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