export declare const MicrophoneVolumeProps: { readonly isMuted: { readonly type: BooleanConstructor; readonly default: false; }; readonly volume: { readonly type: NumberConstructor; readonly default: 0; }; };