export { Switch } from "./switch.js"; export { SwitchStyles, SwitchTemplate } from "@fluentui/web-components"; export type { SwitchOptions } from "@fluentui/web-components"; export { SwitchLabelPositions } from "./switch.options.js"; export type { SwitchLabelPosition } from "./switch.options.js"; export { definition as SwitchDefinition } from "./switch.definition.js"; //# sourceMappingURL=index.d.ts.map