interface PushToTalkMicProps { isCapturingSpeech: boolean; showLabel: boolean; onStart: () => void; onCommit: () => void; } export declare function PushToTalkMic({ isCapturingSpeech, showLabel, onStart, onCommit, }: PushToTalkMicProps): import("react/jsx-runtime").JSX.Element; export {};