interface Props { text: string; x: number; y: number; width: number; } declare function TextWithEllipsis({ text, x, y, width }: Props): JSX.Element; export default TextWithEllipsis; //# sourceMappingURL=TextWithEllipsis.d.ts.map