import { FunctionComponent } from 'react'; export declare type DataType = import('./LoadedGameChart').DataType; export declare type StatType = import('./LoadedGameChart').StatType; export declare type GameChartProps = import('./LoadedGameChart').LoadedGameChartProps; /** * This component displays a chart for game set. */ declare const GameChart: FunctionComponent; export default GameChart;