/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
import dialogBg from "./dialogBg";
import textTitleTips from "./textTitleTips";
import textGameFinished from "./textGameFinished";
import textGameUnfinished from "./textGameUnfinished";
import btnConfirm from "./btnConfirm";
export default class dialogFinish extends fgui.GComponent {
    ctrlPingtimes: fgui.Controller;
    labelWindowFrame: dialogBg;
    textTips: textTitleTips;
    comGameFinished: textGameFinished;
    comGameUnfinished: textGameUnfinished;
    btnComfirm: btnConfirm;
    static URL: string;
    static createInstance(): dialogFinish;
    constructor();
    protected onConstruct(): void;
}
