import { Widget } from "./widget" export type ChartComponentProps = { key, dateFilter, widget: Widget refreshChart(), }