export declare type SliceNames = "network" | "ui" | "matrix" | "dendro" | "download" | "animation" | "order" | "categories" | "interaction" | "tooltip" | "labels" | "cat_viz" | "rowAndColCanvasPositions" | "visualization" | "nodeCanvasPos" | "search" | "arrs" | "args"; export declare const initSlices: (id: string) => { reducers: import("redux").Reducer, import("redux").Action>; actions: any; };