/// <reference types="react" />
import { ChartSettings } from "./SubjectChart";
export interface Props {
    chartSettings?: Partial<ChartSettings>;
}
export declare const CurrentLevelBox: ({ chartSettings }: Props) => JSX.Element;
//# sourceMappingURL=CurrentLevelBox.d.ts.map