/** * Test if a given DOM element is invisible. * * @param elm - DOM element to test * @return Is the element invisible */ export default function invisible(elm: HTMLElement): boolean;