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