import { TooltipProps } from 'antd'; import React from 'react'; import './index.less'; interface ITextEllipsisProps { text: string; style?: object; className?: string; toolTipProps?: TooltipProps; type?: 'text' | 'paragraph'; rows?: number; } declare const _default: React.NamedExoticComponent; export default _default;