import React from 'react'; import { TextProps } from './IText'; declare const Text: React.FC; export default Text;