import * as React from 'react'; export type StatsProps = { showPanel?: number; className?: string; parent?: React.RefObject; }; export declare function Stats({ showPanel, className, parent }: StatsProps): null;