import { SubQueryService, EntityContainerModel, SupplierService } from 'blg-akaun-ts-lib'; import { DropDownComponent } from '../drop-down.component'; import { SupplierDropDown } from './supplier.options'; export declare class SelectSupplierDropDownComponent extends DropDownComponent { protected subQueryService: SubQueryService; private supplierService; options: SupplierDropDown; constructor(subQueryService: SubQueryService, supplierService: SupplierService); }