import { Editor } from "./Editor"; /** @internal */ export declare class FullWindowHandler { private _iframe; constructor(editor: Editor, _iframe: HTMLIFrameElement); private _setOriginalSize; private _setFullWindow; private _updateFullWindowStylesheet; private _getMaxZIndex; }