export declare const Switch: (styleProps: any) => string; export declare const SwitchIcon: (styleProps: any) => string; export declare const SwitchLabel: (styleProps: any) => string; export declare const HiddenSwitch: (styleProps: any) => string; export declare const SwitchGroup: (styleProps: any) => string; export declare const SwitchField: (styleProps: any) => string; export declare const SwitchGroupField: (styleProps: any) => string;