import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const MicrophoneIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link MicrophoneIcon} instead.
 */
export declare const Microphone: typeof MicrophoneIcon;
export default MicrophoneIcon;
