/** * JS plugin to lazy load iframes * * Author: Bogdan Barbu * Team: Codingheads (codingheads.com) */ export default class lazyIframe { #private; constructor(element: HTMLElement); static initializer(container: any): void; static cleaner(node: HTMLElement): void; static saveToGlobal(global?: Window & typeof globalThis): void; static addToJquery(): void; }