export type SwitchAlignLabel = 'start' | 'end'; export interface SwitchUpdateEventDetail { checked: boolean; } //# sourceMappingURL=types.d.ts.map