import { type AttributeFilterComponentSet, type DashboardLayoutWidgetComponentSet, type InsightWidgetComponentSet, type RichTextWidgetComponentSet, type VisualizationSwitcherWidgetComponentSet } from "../../componentDefinition/types.js"; import { type IWrapCreatePanelItemWithDragComponent, type IWrapInsightListItemWithDragComponent } from "../../dragAndDrop/types.js"; interface ICreationPanelProps { className?: string; WrapCreatePanelItemWithDragComponent?: IWrapCreatePanelItemWithDragComponent; WrapInsightListItemWithDragComponent?: IWrapInsightListItemWithDragComponent; AttributeFilterComponentSet?: AttributeFilterComponentSet; InsightWidgetComponentSet?: InsightWidgetComponentSet; RichTextWidgetComponentSet?: RichTextWidgetComponentSet; VisualizationSwitcherWidgetComponentSet?: VisualizationSwitcherWidgetComponentSet; DashboardLayoutWidgetComponentSet?: DashboardLayoutWidgetComponentSet; } export declare function CreationPanel(props: ICreationPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CreationPanel.d.ts.map