import { ActionReducer } from '@ngrx/store';
import * as LabelActions from './../actions/label.actions';
import { LabelState } from './../states/label.state';
export declare type Action = LabelActions.All;
export declare const LabelReducer: ActionReducer<LabelState>;