/// import * as styles from './Radio.styles'; export * from './Radio'; export * from './RadioGroup'; export declare const Radio: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; } & { Formik: ({ field, form, ...props }: any) => JSX.Element; ReduxForm: ({ input, meta, ...props }: any) => JSX.Element; }; export declare const RadioGroup: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; } & { Formik: ({ field, form, ...props }: any) => JSX.Element; ReduxForm: ({ input, meta, ...props }: any) => JSX.Element; }; export declare const RadioGroupField: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; } & { Formik: ({ field, form, ...props }: any) => JSX.Element; ReduxForm: ({ input, meta, ...props }: any) => JSX.Element; }; export { styles as radioStyles };