import { ComponentProps } from 'react'; import { Colors, DeepPartial } from '../../types/types'; import { RadioTheme } from './theme'; export interface RadioProps extends Omit, "type" | "ref" | "color"> { theme?: DeepPartial; color?: Colors; label?: string; } export declare const Radio: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=Radio.d.ts.map