import { PanelsState, PanelsReducerActions } from '../types/panels-state.js'; /** Panels reducer function used for managing the state of the panels. */ export declare function panelsReducer(state: PanelsState, action: PanelsReducerActions): PanelsState;