export interface SwitchBarProps { id?: string; modelValue?: boolean; size?: "small" | "large"; } //# sourceMappingURL=types.d.ts.map