import type { QWElement } from '@qualweb/qw-element';
declare function isElementADescendantOfExplicitRole(element: QWElement, names: Array<string>, roles: Array<string>): boolean;
export default isElementADescendantOfExplicitRole;
//# sourceMappingURL=isElementADescendantOfExplicitRole.d.ts.map