import * as React from "react"; import { TextProps } from "./text.type"; declare const Text: React.FunctionComponent; export { Text };