import React from 'react'; import { TextEllipsisProps } from './PropsType'; declare const TextEllipsis: React.FC; export default TextEllipsis;