/// /** * Headings are used for rendering headlines. * Heading composes Box so you can use all the style props and add responsive styles as well. It renders an

tag by default. * https://chakra-ui.com/docs/typography/heading */ export declare function Heading({ ...props }: any): JSX.Element; //# sourceMappingURL=Heading.d.ts.map