import { SVGProps } from "react"; declare const MicrophoneIcon: (props: SVGProps) => JSX.Element; export default MicrophoneIcon;