export declare function LogContentHighlight(props: { logContent: string; lineWrap?: boolean; truncationLimit?: number | false; }): import("react").JSX.Element | null; //# sourceMappingURL=log-content-highlighting.d.ts.map