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