interface MatchElement { (element: HTMLElement | null, matchers: string[]): boolean; } export declare const matchElement: MatchElement; export {}; //# sourceMappingURL=matchElement.d.ts.map