import type { StructurePlotProps } from '../plot/bar'; import type { CoordinationSplitMode } from './index'; type $$ComponentProps = StructurePlotProps & { split_mode?: CoordinationSplitMode; }; declare const CoordinationBarPlot: import("svelte").Component<$$ComponentProps, {}, "mode" | "show_controls" | "controls_open" | "loading" | "error_msg">; type CoordinationBarPlot = ReturnType; export default CoordinationBarPlot;