import type { LogBoxLog } from '../Data/LogBoxLog';
declare type Props = {
    log: LogBoxLog;
};
export declare function LogBoxInspectorReactFrames(props: Props): JSX.Element | null;
export {};
