/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
import dialogBg from "./dialogBg";
import textTitleSettings from "./textTitleSettings";
import sliderBg from "./sliderBg";
import btnCancel from "./btnCancel";
import btnConfirm from "./btnConfirm";
import btnSwitch from "./btnSwitch";
export default class dialogSettings extends fgui.GComponent {
    dialogBg: dialogBg;
    version: fgui.GTextField;
    textTitleSettings: textTitleSettings;
    imgIconSound: fgui.GImage;
    imgIconMusic: fgui.GImage;
    sliderBgm: sliderBg;
    sliderSound: sliderBg;
    btnCancel: btnCancel;
    btnConfirm: btnConfirm;
    btnMusicSwitch: btnSwitch;
    btnSoundSwitch: btnSwitch;
    static URL: string;
    static createInstance(): dialogSettings;
    constructor();
    protected onConstruct(): void;
}
