import type { checkBoxProps } from '@tass-ui/components/checkbox/src/checkbox.type'; export declare const useCheckBoxProps: (props: checkBoxProps) => { model: import("vue").WritableComputedRef; isChecked: import("vue").ComputedRef; handlerChange: (e: any) => void; };