import React from "react";
import { HeadingProps } from "../Typography.types";
export declare const Heading: React.FC<HeadingProps>;
