import { IconProps } from '../lib';
declare function Microphone(props: IconProps): JSX.Element;
export default Microphone;
