import { IEditor } from './types'; interface IEditorList { Code: IEditor; WebForm: IEditor; } export declare const EDITOR: IEditorList; export {};