export declare class EmopEditorData { language: 'html' | 'typescript' | 'json' | 'scss'; content: string; }