import { ElementTypeEnum } from '../constants'; export declare function setElementRole(element: SVGElement | HTMLElement, role: string): void; export declare function getElementByRole(element: SVGElement | HTMLElement, role: string): Element | null; export declare function getElementRole(element: SVGElement | HTMLElement): ElementTypeEnum;