import { PropsWithChildren } from 'react';
import { MicrophoneDeviceProps } from './types';
export declare function MicrophoneProvider({ children, ...useMicrophoneProps }: PropsWithChildren<MicrophoneDeviceProps>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=MicrophoneProvider.d.ts.map