import { Slate } from '@makeswift/controls'; export declare const ElementUtils: { createText(): { text: string; }; createParagraph(): { children: { text: string; }[]; type: "paragraph"; }; createList(type?: Slate.BlockType): Slate.Block; createListItem(): Slate.Block; createListItemChild(): Slate.Block; }; //# sourceMappingURL=element.d.ts.map