/** * Get actual width of the element, regardless of how much of content is currently visible */ export declare const getFullWidth: (elem: HTMLImageElement | SVGSVGElement | HTMLElement) => number; /** * Get actual height of the element, regardless of how much of content is currently visible */ export declare const getFullHeight: (elem: HTMLImageElement | SVGSVGElement | HTMLElement) => number;