import { Size } from '../../../types/common'; export interface SwitchProps { modelValue?: boolean; label?: string; size?: Size; disabled?: boolean; }