/// import { TypographyProps } from '../Typography'; export type TextProps = Omit; /** * Text component is designed for general-purpose text rendering, * offering a wide range of typographic options. It extends the Typography * component, inheriting its flexibility and styling capabilities. * This component is ideal for paragraphs, labels, or any textual content, providing * consistent styling across the application. */ export declare const Text: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Text.d.ts.map