import { FC } from 'react'; import { TextEllipsisProps } from './types'; declare const STextEllipsis: FC; export default STextEllipsis;