export default CaptionWithEllipsis; declare function CaptionWithEllipsis({ caption, tagName, ellipsis, appendTo, flip, fixed, placement, zIndex, enterDelay, exitDelay, showTooltip, ...propsWithNoDefaults }: { [x: string]: any; caption?: string | undefined; tagName?: string | undefined; ellipsis?: boolean | undefined; appendTo?: any; flip?: any; fixed?: any; placement?: any; zIndex?: any; enterDelay?: any; exitDelay?: any; showTooltip?: any; }): React.JSX.Element; declare namespace CaptionWithEllipsis { let displayName: string; let propTypes: any; } import React from 'react'; //# sourceMappingURL=Caption.d.ts.map