import * as React from 'react';
import type { CnTextEllipsisProps } from './types';
export declare const CnTextEllipsis: {
    (props: CnTextEllipsisProps): React.JSX.Element;
    defaultProps: {
        line: number;
        hasTooltip: boolean;
        showFolder: boolean;
    };
    displayName: string;
};
