import * as i0 from "@angular/core"; export declare class SelectService { private selectMap; constructor(); getData(name: string, value: any): { placeholder: string; color: string; }; add(select: { name: string; placeholder: string; value: any; color?: string; }): void; remove(name: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }