import type * as React from 'react'; import { RadioButtonGroup } from './RadioButtonGroup'; type Props = { value: string; color?: string; disabled?: boolean; }; export declare const RadioButton: React.FC & { Group: typeof RadioButtonGroup; }; export {}; //# sourceMappingURL=RadioButton.d.ts.map