import { HeadingParagraphSpec } from '@antv/narrative-text-schema'; import { ExtensionProps, PhraseEvents } from '../interface'; declare type HeadingProps = ExtensionProps & PhraseEvents & { spec: HeadingParagraphSpec; }; export declare function Heading({ spec, pluginManager, ...events }: HeadingProps): JSX.Element; export {};