/** * Internal dependencies */ import type { Editor } from './index'; /** * Switches to legacy (non-iframed) canvas. * * @param this */ export declare function switchToLegacyCanvas(this: Editor): Promise; //# sourceMappingURL=switch-to-legacy-canvas.d.ts.map