import { BaseSelect2Component } from './base-select2.component'; import { Select2Service } from '../../services/common/select2.service'; export declare class CommonSelect2Component extends BaseSelect2Component { protected commonService: Select2Service; link: string; selectId: string; selectName: string; option: string; constructor(commonService: Select2Service); protected getData(): Promise; }