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