import { HeadingProps } from "./types"; declare const Heading: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Text").TextProps & HeadingProps, never>; export default Heading;