import React from "react";
import { ChartType } from '../interface-type';
declare const Chart: React.ForwardRefExoticComponent<ChartType & React.RefAttributes<unknown>>;
export default Chart;
