declare class Iframe { element: HTMLIFrameElement; cb: () => void; hasTracked: boolean; constructor(element: HTMLIFrameElement, cb: () => void); } declare class IframeClick { static resolution: number; static iframes: Array