import type { EllipsisTypographyProps } from './EllipsisTypography.types';
declare function EllipsisTypography({ children, heightThreshold: heightThresholdProp, tooltipPlacement, maxLines, ...otherProps }: EllipsisTypographyProps): import("react/jsx-runtime").JSX.Element;
export default EllipsisTypography;
