import { FC } from "react";
interface MicrophoneIconProps {
}
declare const MicrophoneIcon: FC<MicrophoneIconProps>;
export default MicrophoneIcon;
