export default ConnectedText; /** * `Text` is a core component that renders text in the library, using the * library's typography system. * * `Text` can be used to render any text-content, like an HTML `p` or `span`. * * @example * * ```jsx * import { __experimentalText as Text } from `@gechiui/components`; * * function Example() { * return Code is Poetry; * } * ``` */ declare const ConnectedText: import("../ui/context").GeChiUIComponent<"span", import("./types").Props, true>; //# sourceMappingURL=component.d.ts.map