import { LabelUI } from './../models/label.model';
export declare type LabelState = LabelUI[];
export declare const initialState: any;
