import type { ComponentTextProps } from '../../types/text';
import type { HeadingTextBundle } from '../../types/type-bundles';
export declare type HeadingTextProps = ComponentTextProps & HeadingTextBundle;
