import { FC } from "react"; /** * Truncates text when it overflow the boundaries */ export declare const Truncated: FC<{ lines?: number; title?: string; }>; //# sourceMappingURL=Truncated.d.ts.map