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