import DropDown from "@web-atoms/web-controls/dist/basic/DropDown"; import EntityService from "../../services/EntityService"; export default class NameDropDown extends DropDown { entityService: EntityService; type: string; constructor(app: any, e: any); init(): Promise; } //# sourceMappingURL=NameDropDown.d.ts.map