export { ChartArgs } from "./chart";
export type Chart = import("./chart").Chart;
export declare const Chart: typeof import("./chart").Chart;
