import * as React from "react";
import { type SvgIconProps } from "@vkontakte/icons-sprite";
export type Icon20Arrows2LeftRightOutwardProps = SvgIconProps;
export declare const Icon20Arrows2LeftRightOutward: React.FC<Icon20Arrows2LeftRightOutwardProps> & {
};
