import { Ref } from 'vue'; type F = (e: Event) => any; export declare function useEventListener(target: Ref, event: K, func: F, options?: any): { clear: () => void; }; export {}; //# sourceMappingURL=useEventListener.d.ts.map