export declare const Checkbox: (styleProps: any) => string; export declare const CheckboxIcon: (styleProps: any) => string; export declare const CheckboxLabel: (styleProps: any) => string; export declare const HiddenCheckbox: (styleProps: any) => string; export declare const CheckboxGroup: (styleProps: any) => string; export declare const CheckboxField: (styleProps: any) => string; export declare const CheckboxGroupField: (styleProps: any) => string;