import { type Ref } from 'react'; import type { NoChildrenProp, TestIdProp, WithAttributes } from '../../types'; export type SpeechToTextButtonProps = WithAttributes<'button', NoChildrenProp & TestIdProp & { /** Whether voice to text is active */ active: boolean; /** Ref to the element */ ref?: Ref; }>; declare const _default: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { getTestIds: (testIdProp?: TestIdProp["testId"]) => import("../../types").TestIdsRecord; }; export default _default; //# sourceMappingURL=SpeechToTextButton.d.ts.map