/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
export default class btnConfirm extends fgui.GButton {
    up: fgui.GImage;
    down: fgui.GImage;
    over: fgui.GImage;
    textConfirm: fgui.GTextField;
    static URL: string;
    static createInstance(): btnConfirm;
    constructor();
    protected onConstruct(): void;
}
