import { Text as RadixText } from '@radix-ui/themes'; import type { ComponentPropsWithoutRef } from 'react'; type TextProps = ComponentPropsWithoutRef; export declare const Text: import("react").ForwardRefExoticComponent>; export {};