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