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