import type { CheckboxPrimitiveProps } from "./CheckboxPrimitive.js"; export declare const useCheckbox: (props: CheckboxPrimitiveProps) => { vm: { item: import("./index.js").CheckboxItemFormatted | undefined; }; changeChecked: (checked: boolean) => void; };