import * as React from 'react'; type TextProps = Readonly>; declare const Text: React.ForwardRefExoticComponent, HTMLParagraphElement>, "ref">> & React.RefAttributes>; export { Text, type TextProps };