import type { SwitchRootBaseProps } from '@ark-ui/svelte/switch';
export interface SwitchProps extends SwitchRootBaseProps {
    label?: string | undefined;
    labelSpacer?: boolean;
}
