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