import type { IRadioComponentType } from './types'; export declare const createRadio: ({ Root, Group, Icon, Indicator, Label, }: { Root: React.ComponentType; Group: React.ComponentType; Icon: React.ComponentType; Indicator: React.ComponentType; Label: React.ComponentType; }) => IRadioComponentType; //# sourceMappingURL=index.d.ts.map