import type { dh } from '@deephaven/jsapi-types'; import { type WidgetComponentProps } from '@deephaven/plugin'; export declare function ChartWidgetPlugin(props: WidgetComponentProps): JSX.Element | null; export default ChartWidgetPlugin; //# sourceMappingURL=ChartWidgetPlugin.d.ts.map