import { default as React } from 'react'; import { Text as TextPrimitives } from '../text'; export type TextProps = React.ComponentPropsWithoutRef; export declare const Text: React.ForwardRefExoticComponent>;