import { FC } from 'react';
declare function useSendBoxSpeechInterimsVisible(): [boolean];
type BasicSendBoxProps = Readonly<{
    className?: string;
}>;
declare const BasicSendBox: FC<BasicSendBoxProps>;
export default BasicSendBox;
export { useSendBoxSpeechInterimsVisible };
//# sourceMappingURL=BasicSendBox.d.ts.map