export { FableEditor } from './editor'; export type { EditorInitOptions, EditorLanguage, FableEditorApi, DialogButton, MenuItemDef } from './types'; export { I18N, getStrings } from './i18n'; export type { I18nStrings } from './i18n'; export { FONTS, SIZES, BLOCKS, COLORS, CHARS } from './config'; export { IC, TXT } from './icons'; export { cleanPastedHTML, normalizeTextPaste } from './paste-engine'; //# sourceMappingURL=index.d.ts.map