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