import { Paragraph } from './plugin/paragraph-plugin'; import { ParagraphElement } from './types'; export { ParagraphCommands } from './commands/ParagraphCommands'; export default Paragraph; export { ParagraphElement }; //# sourceMappingURL=index.d.ts.map