import { FormArray, FormGroup } from '@angular/forms'; import { DndDropEvent } from 'ngx-drag-drop'; import { Select } from '../../interfaces/property'; import { PropertyComponent } from '../property/property.component'; import * as i0 from "@angular/core"; export declare class SelectComponent extends PropertyComponent { value: Select; urlRegEx: string; form: FormGroup; get externalFeedingConfig(): FormGroup; formats: string[]; get properties(): FormArray; ngOnInit(): void; addOption(value?: any, index?: number): void; removeByIndex(index: number): void; getFormValidationErrors(): void; toggleFeedingTypeForms(): void; onMoved(item: any): void; onDrop(event: DndDropEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }