export declare class DocumentCloner { clonedReferenceElement?: HTMLElement; constructor(); toIFrame(): Promise; static destroy(): boolean; }