export declare const truncateTextStyles: (maxLines: number) => { overflow: string; textOverflow: string; display: string; WebkitLineClamp: number; WebkitBoxOrient: "vertical"; whiteSpace: "normal"; overflowWrap: "break-word"; wordBreak: "normal"; };