export declare const useVisible: () => (import('vue').ShallowRef<boolean, boolean> | ((fn?: (...p: any) => Promise<boolean>) => Promise<void>))[];
