import { RadioInputProps } from './RadioInput'; export declare function useRadioState(props: RadioInputProps): Readonly<{ className?: string; id?: string; name?: string; isDisabled?: boolean; isChecked?: boolean; value: string; onChange?: import('react').ChangeEventHandler; }>; //# sourceMappingURL=useRadioState.d.ts.map