export const store: import("@reduxjs/toolkit").EnhancedStore<{ editorManager: { content: { fonts: never[]; width: number; height: number; elements: never[]; selectedElement: null; selectedElementId: null; }; history: { list: never[]; index: number; canUndo: boolean; canRedo: boolean; }; settings: { snap: number; handleSize: number; rotateHandleSize: number; showMiddleLines: boolean; rotatehandleOffset: number; positionChangeByArrowsShiftMultiplier: number; positionChangeByArrows: { ArrowUp: { x: number; y: number; }; ArrowRight: { x: number; y: number; }; ArrowDown: { x: number; y: number; }; ArrowLeft: { x: number; y: number; }; }; }; }; customizationManager: { editorControls: { undoActiveColor: string; redoActiveColor: string; undoInactiveColor: string; redoInactiveColor: string; }; elementsMenu: { backgroundColor: string; selectLabelColor: string; selectValueColor: string; listItemNameColor: string; settingsLabelColor: string; settingsInputColor: string; imageUploadIconColor: string; typesBackgroundColor: string; selectBackgroundColor: string; imageUploadBorderColor: string; listItemBackgroundColor: string; listItemDeleteAlertColor: string; typeButtonBackgroundColor: string; listItemControlsIconColor: string; selectWithSearchBackground: string; selectWithSearchValueColor: string; selectWithSearchLabelColor: string; imageUploadBackgroundColor: string; listItemSelectedBorderColor: string; settingsInputBackgroundColor: string; openTypesButtonBackgroundColor: string; closeTypesButtonBackgroundColor: string; selectPickedValueBackgroundColor: string; listItemDeleteButtonBackgroundColor: string; selectWithSearchSearchInputBorderColor: string; selectWithSearchPickedValueBackgroundColor: string; selectWithSearchSearchInputBackgroundColor: string; colorPicker: { rgbaTextColor: string; inputTextColor: string; backgroundColor: string; inputBackgroundColor: string; }; }; editorCanvas: { snapLineWidth: number; brushBorderWidth: number; middleLinesColor: number; snapLineColor: string; resizeHandleBorderWidth: number; rotateHandleBorderWidth: number; backgroundColor: string; brushBorderColor: string; middleLinesWidth: string; hoveredElementBorderWidth: number; selectedElementBorderWidth: number; resizeHandleBorderColor: string; rotateHandleBorderColor: string; emptyImageBackgroundColor: string; hoveredElementBorderColor: string; selectedElementBorderColor: string; rotateHandleBackgroundColor: string; resizeHandleBackgroundColor: string; }; colorPicker: { rgbaTextColor: string; inputTextColor: string; backgroundColor: string; inputBackgroundColor: string; }; }; }, import("redux-actions").Action<{ editorControls: { undoActiveColor: string; redoActiveColor: string; undoInactiveColor: string; redoInactiveColor: string; }; elementsMenu: { backgroundColor: string; selectLabelColor: string; selectValueColor: string; listItemNameColor: string; settingsLabelColor: string; settingsInputColor: string; imageUploadIconColor: string; typesBackgroundColor: string; selectBackgroundColor: string; imageUploadBorderColor: string; listItemBackgroundColor: string; listItemDeleteAlertColor: string; typeButtonBackgroundColor: string; listItemControlsIconColor: string; selectWithSearchBackground: string; selectWithSearchValueColor: string; selectWithSearchLabelColor: string; imageUploadBackgroundColor: string; listItemSelectedBorderColor: string; settingsInputBackgroundColor: string; openTypesButtonBackgroundColor: string; closeTypesButtonBackgroundColor: string; selectPickedValueBackgroundColor: string; listItemDeleteButtonBackgroundColor: string; selectWithSearchSearchInputBorderColor: string; selectWithSearchPickedValueBackgroundColor: string; selectWithSearchSearchInputBackgroundColor: string; colorPicker: { rgbaTextColor: string; inputTextColor: string; backgroundColor: string; inputBackgroundColor: string; }; }; editorCanvas: { snapLineWidth: number; brushBorderWidth: number; middleLinesColor: number; snapLineColor: string; resizeHandleBorderWidth: number; rotateHandleBorderWidth: number; backgroundColor: string; brushBorderColor: string; middleLinesWidth: string; hoveredElementBorderWidth: number; selectedElementBorderWidth: number; resizeHandleBorderColor: string; rotateHandleBorderColor: string; emptyImageBackgroundColor: string; hoveredElementBorderColor: string; selectedElementBorderColor: string; rotateHandleBackgroundColor: string; resizeHandleBackgroundColor: string; }; colorPicker: { rgbaTextColor: string; inputTextColor: string; backgroundColor: string; inputBackgroundColor: string; }; }> | import("redux-actions").Action<{ content: { fonts: never[]; width: number; height: number; elements: never[]; selectedElement: null; selectedElementId: null; }; history: { list: never[]; index: number; canUndo: boolean; canRedo: boolean; }; settings: { snap: number; handleSize: number; rotateHandleSize: number; showMiddleLines: boolean; rotatehandleOffset: number; positionChangeByArrowsShiftMultiplier: number; positionChangeByArrows: { ArrowUp: { x: number; y: number; }; ArrowRight: { x: number; y: number; }; ArrowDown: { x: number; y: number; }; ArrowLeft: { x: number; y: number; }; }; }; }>, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{ dispatch: {}; }>, import("redux").StoreEnhancer]>>;