export declare const checkMicrophoneAccess: (handleMicToggle: Function, { requestDeniedMsg, notSupportedMsg, micAccessDeniedMsg, }: { requestDeniedMsg: string; notSupportedMsg: string; micAccessDeniedMsg: string; }) => Promise;