import { USEHandler } from './types';
import { Ref } from 'vue';
export declare const useHandler: ({ props, visibleModel }: USEHandler.Option) => {
isShowMask: Ref<boolean, boolean>;
isShow: Ref<boolean, boolean>;
clickMask: () => void;
animationDuration: number;
};