import { Checkbox as CheckboxPrimitive } from "bits-ui"; declare const Checkbox: import("svelte").Component, "children">, {}, "ref" | "checked" | "indeterminate">; type Checkbox = ReturnType; export default Checkbox;