import type { CheckboxProps } from '../index.js';
declare const Checkbox: import("svelte").Component<CheckboxProps, {}, "value">;
type Checkbox = ReturnType<typeof Checkbox>;
export default Checkbox;
