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