/// import { TextPropsType } from "./interface"; declare const Text: (props: TextPropsType) => JSX.Element; export default Text;