/** * Ponyfill for `Element.prototype.matches` * * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/matches */ export declare function matches(element: Element, selectors: string): boolean; //# sourceMappingURL=reakit-matches.d.ts.map