import type { LitElement } from 'lit'; export declare const useOnEvent: (eventName: string, func: (event: T, element: LitElement) => any) => void; //# sourceMappingURL=use-onevent.d.ts.map