/** * Check if there is an element in the composed path that has 'attribute' * * @param event The event object * @param attribute The attribute to look for. * @param endElement The boundary where the path will be cut, endElement excluded. If null or not present, the whole path will be used. * @returns The element that has 'attribute', undefined otherwise. */ export declare function composedPathHasAttribute(event: Event, attribute: string, endElement?: Element | null): HTMLElement | undefined; //# sourceMappingURL=composed-path-has-attribute.d.ts.map