import { BoxProps } from '../Box'; export type TextProps = BoxProps; export declare const Text: { (props: TextProps): import("react/jsx-runtime").JSX.Element; displayName: string; };