import { OnInit } from '@angular/core'; export declare class SelectComponent implements OnInit { options: { Nombre: string; ID: number; }[]; constructor(); ngOnInit(): void; }