/// import { IconProps } from '../../types'; declare const Microphone: (allProps: IconProps) => JSX.Element; export default Microphone;