import { IPaneState } from './types/state'; /** * Initial state for Pane domain */ export declare const initialState: IPaneState; export declare const paneReducer: (state: IPaneState, action: import("./types/actions").IOnInitAction) => IPaneState; //# sourceMappingURL=reducer.d.ts.map