import { ActionFromReducer } from "redux"; export declare const rootReducer: import("redux").Reducer; dnd: import("./dnd-slice").DndState; }>, import("redux").AnyAction>; export declare type RootState = ReturnType; export declare type Actions = ActionFromReducer;