/** Specifies the possible icons to display in a switch. */ export type SwitchIcons = "none" | "selected" | "both"; //# sourceMappingURL=SwitchIcons.d.ts.map