import { GioMonacoEditorComponent } from './gio-monaco-editor.component'; import * as i0 from "@angular/core"; /** * This component is used to test the GioMonacoEditorComponent. * This component simulates monaco editor with a simple input. */ export declare class GioMonacoEditorTestingComponent extends GioMonacoEditorComponent { get getValue(): string; changeValue(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }