import { BaseSelect2Component } from './base-select2.component'; import { Select2Service } from '../../services/common/select2.service'; import * as i0 from "@angular/core"; export declare class CommonSelect2Component extends BaseSelect2Component { protected commonService: Select2Service; link: string; selectId: string; selectName: string; option: string; constructor(commonService: Select2Service); protected getData(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }