import { ReactNode } from "react";
import { ChartSettings } from "./SubjectChart";
export interface Props {
    loadingNode: ReactNode;
    taxonomySelectLabel: string;
    chartSettings?: Partial<ChartSettings>;
}
export declare const Main: ({ loadingNode, taxonomySelectLabel, chartSettings }: Props) => JSX.Element;
//# sourceMappingURL=Main.d.ts.map