import { OnChanges, SimpleChanges } from '@angular/core'; import { BaseComponent } from 'base-form'; import * as i0 from "@angular/core"; export declare class SelectComponent extends BaseComponent implements OnChanges { optionLabel: string; options: any[]; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=select.component.d.ts.map