import { DragEndEvent } from "@dnd-kit/core"; import { Nullable } from "instill-sdk"; import { EditorView, EditorViewID } from "../../lib"; export declare const EditorViewSectionBar: ({ views, isExpanded, onDragEnd, onToggleExpand, onClick, currentViewId, onDelete, }: { views: EditorView[]; onDragEnd: (event: DragEndEvent) => void; isExpanded: boolean; onToggleExpand: () => void; onClick: (id: EditorViewID) => void; onDelete: (id: EditorViewID) => void; currentViewId: Nullable; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EditorViewSectionBar.d.ts.map