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