import { State } from '../../state'; import { SlotEditorActions } from "./actions"; export declare function slotEditorReducer(state: State, action: SlotEditorActions): State;