import { type TextProps } from './Text.types'; /** * `Text` is a component for representing the typography of a design system. * @example * * ```tsx * * Hello, Channel! * * ``` */ export declare const Text: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Text.d.ts.map