import { CSSObject } from '@emotion/react'; export declare const wrapperStyles: CSSObject; export declare const inputStyles: CSSObject; export declare const labelStyles: (disabled: boolean, showLoading: boolean) => CSSObject; type SwitchStylesProps = { disabled: boolean; showLoading: boolean; checked: boolean; activatedColor: string; deactivatedColor: string; disabledColor?: string; }; export declare const switchStyles: ({ disabled, showLoading, checked, activatedColor, deactivatedColor, disabledColor, }: SwitchStylesProps) => CSSObject; export declare const loadingStyles: CSSObject; export declare const switchDotStyles: (disabled: boolean, checked: boolean) => CSSObject; export {}; //# sourceMappingURL=Switch.styles.d.ts.map