import type { JSXElement, TextProps } from '../types'; export declare function Text(props: TextProps): JSXElement;