import React from 'react'; import { type OriginalStackFrame } from '../../helpers/stack-frame'; export declare const CallStackFrame: React.FC<{ frame: OriginalStackFrame; }>;