import type { ParagraphNode } from '@prezly/slate-types'; type Props = Partial>; export declare function createParagraph({ children, align }?: Props): ParagraphNode; export {};