import { type CheckboxProps } from "../.."; declare const Checkbox: import("svelte").Component; type Checkbox = ReturnType; export default Checkbox;