import { WithElementType } from '../typings/element'; import { HeadingLevel } from './common'; import { Heading, WithEnabledHeadingLevels } from './typings'; export declare type CreateHeadingOptions = Partial>; export declare function createHeading({ type, enabledLevels }?: CreateHeadingOptions): Heading;