import { StackTraceEntry } from '../../utils'; export interface SourceFrameProps { entry: StackTraceEntry; } export declare function SourceCodeFrame({ entry }: SourceFrameProps): import("preact").JSX.Element; //# sourceMappingURL=SourceCodeFrame.d.ts.map