import { TSnapshot } from './inspector-types'; type TInspectorEventListProps = { snapshots: TSnapshot[]; selectedSnapshotId: number | null; onSelect: (id: number) => void; }; export declare function InspectorEventList({ snapshots, selectedSnapshotId, onSelect, }: TInspectorEventListProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=InspectorEventList.d.ts.map