import { OnInit } from '@angular/core'; import { SelectTag, TypeSelectsTable } from '../../../../../interfaces/columns/select'; import * as i0 from "@angular/core"; export declare class SelectListComponent implements OnInit { /** * Environments for static style url */ environment: any; /** * Actual Column */ column: TypeSelectsTable | any; /** * Data row */ data: any; currentTag: SelectTag | undefined; constructor(ENVIRONMENT: any); ngOnInit(): void; getCurrentTag(): void; /** * return color of item or null */ getBackgroundColor(data: any): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }