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