import { InjectionToken } from '@angular/core'; import { type TuiEditableIframeOptions } from '@taiga-ui/editor/common'; /** * Size of resizable iframe inside editor */ export declare const TUI_IFRAME_EDITOR_OPTIONS: InjectionToken;