import { type ComponentProps, type ElementType } from "react"; type HeadingProps = ComponentProps<"h1"> & { as: ElementType; }; export declare const Heading: ({ as, children, className, id, ...props }: HeadingProps) => import("react").ReactElement>; export {}; //# sourceMappingURL=heading.d.ts.map