export declare function useMic(): {
    isMicEnabled: boolean;
};
