import React from 'react';
export declare type EllipsisProps = {
    height: string;
};
declare const _default: React.NamedExoticComponent<React.PropsWithChildren<EllipsisProps>>;
export default _default;
