export type TextEndTruncatedProps = { /** * Content */ children?: React.ReactNode; /** * Forces the component not to show its tooltip */ disableTooltip?: boolean; maxLines?: number; className?: string; testId?: string; }; export declare const TextEndTruncated: ({ children, disableTooltip, maxLines, testId, className, }: TextEndTruncatedProps) => JSX.Element; //# sourceMappingURL=TextEndTruncated.d.ts.map