/// <reference types="react" />
/**
 * The width 100% seems to fix some cut-offs when the text
 * in the inner div seems to prematurely get ellipsis. This
 * means the parent div needs to have a width constrained
 * somehow.
 */
export declare const Ellipsis: ({ children }: {
    children: any;
}) => JSX.Element;
export default Ellipsis;
