import { type DashboardPluginComponentProps } from '@deephaven/dashboard'; export type ChartBuilderPluginProps = Partial; /** * Listens for IrisGridEvent.CREATE_CHART and creates a chart from the settings provided * Requires the GridPlugin and ChartPlugin plugins to be loaded as well */ export declare function ChartBuilderPlugin(props: ChartBuilderPluginProps): JSX.Element | null; export default ChartBuilderPlugin; //# sourceMappingURL=ChartBuilderPlugin.d.ts.map