import type { SwitchPrimitiveProps } from "./SwitchPrimitive.js"; export declare const useSwitch: (props: SwitchPrimitiveProps) => { vm: { item: import("../domains/SwitchItemFormatted.js").SwitchItemFormatted | undefined; }; changeChecked: (checked: boolean) => void; };