import { FC } from 'react'; import { RadioGroupProps } from './types'; export * from './types'; export declare const RadioGroup: FC; //# sourceMappingURL=index.d.ts.map