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