export * from './event'; export * from './i18n'; export * from './leaves/html'; export * from './leaves/parser'; export * from './leaves/render'; export * from './components'; export declare function genEmptyParagraphHtml(): string; export declare function genEmptyParagraphNode(): { type: string; children: { text: string; }[]; };