import { ChartAtom } from "./atoms/chart.atom";
export declare class PieChartTestPage {
    private root;
    constructor();
    get chart(): ChartAtom;
}
