/// import { BoxProps } from './Box'; export declare type TextProps = BoxProps; export declare function Text(props: TextProps): JSX.Element;