import type { SwitchAlignLabel } from './types'; export declare const getComponentCss: (checked: boolean, disabled: boolean, loading: boolean, alignLabel: SwitchAlignLabel, compact: boolean) => string; //# sourceMappingURL=diwa-switch-styles.d.ts.map