export namespace dndLineColumn { const name: string; const config: { label: string; description: string; type: "DndColumnSelect"; default?: import("@expertbridge-ui/core").JsonValue | undefined; renderTrigger?: boolean | undefined; validators?: import("@expertbridge-ui/chart-controls").ControlValueValidator<"DndColumnSelect", import("@expertbridge-ui/chart-controls").SelectOption, import("@expertbridge-ui/core").JsonValue>[] | undefined; warning?: import("react").ReactNode; error?: import("react").ReactNode; shouldMapStateToProps?: ((prevState: import("@expertbridge-ui/chart-controls").ControlPanelState, state: import("@expertbridge-ui/chart-controls").ControlPanelState, controlState: import("@expertbridge-ui/chart-controls").ControlState, chartState?: { [x: string]: any; } | undefined) => boolean) | undefined; mapStateToProps?: ((state: import("@expertbridge-ui/chart-controls").ControlPanelState, controlState: import("@expertbridge-ui/chart-controls").ControlState, chartState?: { [x: string]: any; } | undefined) => import("@expertbridge-ui/chart-controls").ExtraControlProps) | undefined; visibility?: ((props: import("@expertbridge-ui/chart-controls").ControlPanelsContainerProps) => boolean) | undefined; }; } export namespace dndGeojsonColumn { const name_1: string; export { name_1 as name }; const config_1: { label: string; description: string; type: "DndColumnSelect"; default?: import("@expertbridge-ui/core").JsonValue | undefined; renderTrigger?: boolean | undefined; validators?: import("@expertbridge-ui/chart-controls").ControlValueValidator<"DndColumnSelect", import("@expertbridge-ui/chart-controls").SelectOption, import("@expertbridge-ui/core").JsonValue>[] | undefined; warning?: import("react").ReactNode; error?: import("react").ReactNode; shouldMapStateToProps?: ((prevState: import("@expertbridge-ui/chart-controls").ControlPanelState, state: import("@expertbridge-ui/chart-controls").ControlPanelState, controlState: import("@expertbridge-ui/chart-controls").ControlState, chartState?: { [x: string]: any; } | undefined) => boolean) | undefined; mapStateToProps?: ((state: import("@expertbridge-ui/chart-controls").ControlPanelState, controlState: import("@expertbridge-ui/chart-controls").ControlState, chartState?: { [x: string]: any; } | undefined) => import("@expertbridge-ui/chart-controls").ExtraControlProps) | undefined; visibility?: ((props: import("@expertbridge-ui/chart-controls").ControlPanelsContainerProps) => boolean) | undefined; }; export { config_1 as config }; } //# sourceMappingURL=sharedDndControls.d.ts.map