import { HeadingProps } from './hook'; /** * `Heading` renders headings and titles using the library's typography system. * * @example * ```jsx * import { Heading } from `@gechiui/components` * * function Example() { * return Code is Poetry; * } * ``` */ declare const ConnectedHeading: import("../ui/context").GeChiUIComponent<"h1", HeadingProps, true>; export default ConnectedHeading; //# sourceMappingURL=component.d.ts.map