import { HTMLAttributes, PropsWithChildren } from 'react'; export interface HTMLHeadingProps extends PropsWithChildren> { level?: number; } export declare const HTMLHeading: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=HTMLHeading.d.ts.map