/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
export default class textRecordProfit extends fgui.GComponent {
    ctrlProfit: fgui.Controller;
    textProfitWin: fgui.GTextField;
    textProfitLose: fgui.GTextField;
    static URL: string;
    static createInstance(): textRecordProfit;
    constructor();
    protected onConstruct(): void;
}
