import { ProjectSerializerService } from '@dvl-fw/angular'; import { GraphicSymbol, GraphicVariable, Visualization } from '@dvl-fw/core'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { SidenavState } from '../../../toolbar/shared/store'; export declare class LegendService { private store; private serializer; constructor(store: Store, serializer: ProjectSerializerService); createLegend(template: string, gv: GraphicVariable, gs: GraphicSymbol): Observable; private generateLegendGraphicSymbol; }