import type { HeadingBlockProps } from '../types.js';
export declare function HeadingBlock({ props }: {
    props: HeadingBlockProps;
}): import("react/jsx-runtime").JSX.Element;
