/**
* Check if an element is interactive (or otherwise if clicking on it shouldn't transition the
* renderer to the editor in somewhere like the Jira description
* @param element
*/
export declarefunctionisInteractiveElement(element: HTMLElement | HTMLLinkElement): boolean;