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