///
import type { WithTestId } from "../../types";
interface EllipsisRowProps {
startText: string;
endText: string;
noOfDots?: number;
endDecoration?: React.ReactNode;
endTextUppercase?: boolean;
}
export declare const EllipsisRow: React.FC>;
export {};
//# sourceMappingURL=index.d.ts.map