import { SwitchSize } from './Switch'; export declare const switch_base_css: import("@emotion/react").SerializedStyles; export declare const getStyleByProps: ({ size, checked, width, hasLabel, }: { size: SwitchSize; checked: boolean; width?: number | undefined; hasLabel: boolean; }) => import("@emotion/react").SerializedStyles;