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 <Heading>Code is Poetry</Heading>;
 * }
 * ```
 */
declare const ConnectedHeading: import("../ui/context").GeChiUIComponent<"h1", HeadingProps, true>;
export default ConnectedHeading;
//# sourceMappingURL=component.d.ts.map