import React from "react"; import { TextProps } from "./typings/Text"; declare const Text: React.FunctionComponent; export default Text;