import { IdGenerator } from "../../collection"; import { GraphActionTypes } from './actions'; import { State } from "../../state"; export declare const slotIdGenerator: IdGenerator; export declare function graphComponentReducer(state: State, action: GraphActionTypes): State;