///
import * as styles from './Switch.styles';
export * from './Switch';
export * from './SwitchGroup';
export declare const Switch: 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 SwitchField: 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 SwitchGroup: 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 SwitchGroupField: 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 switchStyles };