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