import { BoxProps } from "../Box"; import * as React from "react"; declare const Text: React.FC; export default Text;