/// import * as styles from './Checkbox.styles'; export * from './Checkbox'; export * from './CheckboxGroup'; export declare const Checkbox: 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 CheckboxField: 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 CheckboxGroup: 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 CheckboxGroupField: 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 checkboxStyles };