/** * 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 declare function isInteractiveElement(element: HTMLElement | HTMLLinkElement): boolean;