import React from 'react'; import type { SnapshotData } from '../../helpers/stats/snapshotManager'; declare type Props = { peek: () => SnapshotData[]; }; export declare const DebugStats: React.FC; export {}; //# sourceMappingURL=index.d.ts.map