import type { ComponentStackFrame } from '../../helpers/parse-component-stack';
export declare function ComponentStackFrameRow({ componentStackFrame, }: {
    componentStackFrame: ComponentStackFrame;
}): import("react/jsx-runtime").JSX.Element;
