export interface SwitchOptions { selector: string; onChange?: (checked: boolean) => void; } //# sourceMappingURL=Switch.types.d.ts.map