import './index.css'; type CharcoalRadioInputProps = { invalid?: boolean; onChange?: (value: string) => void; }; type InputProps = React.HTMLProps; export type RadioInputProps = CharcoalRadioInputProps & Omit; declare const _default: import("react").MemoExoticComponent & import("react").RefAttributes>>; export default _default; //# sourceMappingURL=index.d.ts.map