import { Props } from './types'; import { Ref } from 'vue'; /** * 显示 */ export declare const useShow: (props: Readonly>) => { isShow: Ref; isDestroy: Ref; animationDuration: number; };