/// <reference types="react" />
import type { StackFramesGroup } from '../../helpers/group-stack-frames-by-framework';
export declare function GroupedStackFrames({ groupedStackFrames, all, }: {
    groupedStackFrames: StackFramesGroup[];
    all: boolean;
}): JSX.Element;
