import { Checkbox } from '@ark-ui/svelte/checkbox';
import type { CheckboxProps as Props } from './checkbox.types.ts';
declare const Checkbox: import("svelte").Component<Props, {}, "checked">;
type Checkbox = ReturnType<typeof Checkbox>;
export default Checkbox;
