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