import { QueryList, TemplateRef } from '@angular/core'; import { FFFormFieldComponent } from '../core/form-field.component'; import * as i0 from "@angular/core"; export declare class FFOptionComponent { value: any; innerTemplate: TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class FFSelectComponent extends FFFormFieldComponent { ffSelectClazz: boolean; multiple: boolean; options: QueryList; compareWith: (o1: any, o2: any) => boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }