import type { QWElement } from '@qualweb/qw-element';
declare function getElementRole(element: QWElement): string | null;
export default getElementRole;
//# sourceMappingURL=getElementRole.d.ts.map