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