import type { CheckboxProps } from '../types/checkbox'; import '../types/label'; declare module '@sjsf/form' { interface UiOptions { shadcnCheckbox?: CheckboxProps; } } declare const Checkbox: import("svelte").Component, {}, "value">; type Checkbox = ReturnType; export default Checkbox;