export { Checkbox } from "./checkbox.js"; export { CheckboxShapes, CheckboxSizes } from "./checkbox.options.js"; export type { CheckboxShape, CheckboxSize } from "./checkbox.options.js"; export { CheckboxStyles, CheckboxTemplate } from "@fluentui/web-components"; export type { CheckboxOptions } from "@fluentui/web-components"; export { definition as CheckboxDefinition } from "./checkbox.definition.js"; //# sourceMappingURL=index.d.ts.map