import type { HeadingNode } from '@prezly/slate-types'; export declare function createHeading(props: Partial>): HeadingNode;