import { type FC } from 'react'; import { type GraphId } from '@ironclad/rivet-core'; export declare const LeftSidebar: FC<{ onRunGraph?: (graphId: GraphId) => void; }>; //# sourceMappingURL=LeftSidebar.d.ts.map