import { default as styles } from './Text.module.css'; import { TypographyProps } from '../Typography'; export { styles as TextClasses }; 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 & import('react').RefAttributes>;