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