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