import { ComboBoxField } from "./comboBoxField"; import { AsposeResponse } from "./asposeResponse"; export declare class ComboBoxFieldResponse extends AsposeResponse { 'field': ComboBoxField; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }