import { Action } from '@ngrx/store'; import { ViewColumnState } from '../states/view-col.states'; export declare const viewColReducer: import("@ngrx/store").ActionReducer; export declare function reducer(state: ViewColumnState | undefined, action: Action): ViewColumnState;