import type { Assign } from "@ark-ui/react"; import { type HTMLChakraProps, type RecipeProps } from "../../styled-system"; export interface HeadingProps extends Assign, RecipeProps<"heading">> { } export declare const Heading: import("react").ForwardRefExoticComponent>; export declare const HeadingPropsProvider: React.Provider;