/// <reference types="react" />
import type { IHeading } from './IHeading';
export default function Heading({ variant, children, lineHeight, weight, color, size, className, as: ElementHeading, ...props }: IHeading): JSX.Element;
