interface MicrophoneStateProps { isMicrophoneMuted: boolean; size?: number; voicePercent?: number; isPhoneMic?: boolean; } export declare const MicrophoneStateMobile: ({ isMicrophoneMuted, size, voicePercent, isPhoneMic, }: MicrophoneStateProps) => import("react").JSX.Element; export {};