export declare function LogContentHighlight(props: { logContent: string; lineWrap?: boolean; truncationLimit?: number | false; }): import("react/jsx-runtime.js").JSX.Element | null;