import { Ref } from 'vue'; type HtmlRef = Ref; export declare function useClickOutside(el: HtmlRef | HtmlRef[], cb: () => void): void; export {}; //# sourceMappingURL=useClickOutside.d.ts.map