export declare const findParent: (el: HTMLElement | null, cb: (el: HTMLElement | null) => boolean) => HTMLElement | null; //# sourceMappingURL=findParent.d.ts.map