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