import { OnInit } from '@angular/core'; import { TypeSelects } from './../../../../interfaces/columns/select'; import * as i0 from "@angular/core"; /** * Body option Select */ export declare class SelectComponent implements OnInit { /** * subType Column with default */ subType: string; /** * subType Column */ set SubType(subType: string); /** * Actual Column */ column: TypeSelects; /** * Data row */ data: any; /** * Constructor */ constructor(); /** * ngOnInit */ ngOnInit(): void; /** * return color of item or null */ getBackgroundColor(data: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }