import * as toolbarStore from './toolbar'; import type { StateType, ActionsType } from './types'; export * from './types'; export declare const combinedReducers: (state: StateType, action: ActionsType) => { toolbar: toolbarStore.ToolbarStateType; }; export declare const initialState: { toolbar: toolbarStore.ToolbarStateType; }; //# sourceMappingURL=index.d.ts.map