import type { CodeFrame } from '../Data/parseLogBoxLog';
export declare function LogBoxInspectorCodeFrame({ codeFrame }: {
    codeFrame?: CodeFrame;
}): JSX.Element | null;
//# sourceMappingURL=LogBoxInspectorCodeFrame.d.ts.map