import { Ref } from 'vue'; /** * 操作 */ export declare const useShow: () => { isShow: Ref; isDestroy: Ref; onClose: () => void; animationDuration: number; };