/** * Utility to determine the visibility of an element. * @param element - The element to check isVisible. * @returns {boolean} */ export declare const isVisible: (element: HTMLElement | SVGGraphicsElement) => boolean;