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