import { Nullable } from "instill-sdk"; import { EditorViewID, EditorViewType } from "../../lib"; export declare const EditorViewBarItem: ({ id, title, type, currentViewId, onClick, onDelete, closeable, }: { id: EditorViewID; title: string; type: EditorViewType; currentViewId: Nullable; onClick: (id: EditorViewID) => void; onDelete: (id: EditorViewID) => void; closeable: boolean; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EditorViewBarItem.d.ts.map