1import type { StackType } from '../Data/LogBoxLog'; 2import type { Stack } from '../Data/LogBoxSymbolication'; 3type Props = { 4 type: StackType; 5 onRetry: () => void; 6}; 7export declare function getCollapseMessage(stackFrames: Stack, collapsed: boolean): string; 8export declare function LogBoxInspectorStackFrames({ onRetry, type }: Props): JSX.Element | null; 9export {}; 10//# sourceMappingURL=LogBoxInspectorStackFrames.d.ts.map