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