import { OnInit, EventEmitter } from '@angular/core'; export declare class FlatSelectComponent implements OnInit { options: { label: string; value: any; }[]; value: any; valueChange: EventEmitter<{}>; constructor(); ngOnInit(): void; }