// Type definitions for @ckeditor/ckeditor5-editor-classic 27.1 // Project: https://ckeditor.com/docs/ckeditor5/latest/api/export-word.html // Definitions by: Federico Panico // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Minimum TypeScript Version: 4.3 import ClassicEditor from './src/classiceditor'; declare const _default: { ClassicEditor: typeof ClassicEditor; }; export default _default;