/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
export default class ComboBox1_popup extends fgui.GComponent {
    imgItemBg: fgui.GImage;
    list: fgui.GList;
    static URL: string;
    static createInstance(): ComboBox1_popup;
    constructor();
    protected onConstruct(): void;
}
