import React from "react";
import { TextProps } from "./interfaces";
declare const Text: React.FC<TextProps>;
export default Text;
