/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
import dialogBg from "./dialogBg";
import textTitleRecord from "./textTitleRecord";
import textRecordTitle from "./textRecordTitle";
import textRecordLast20 from "./textRecordLast20";
import btnClose from "./btnClose";
export default class dialogRecord extends fgui.GComponent {
    labelWindowFrame: dialogBg;
    textRecord: textTitleRecord;
    imgDialogInside: fgui.GImage;
    comTextTitle: textRecordTitle;
    listRecord: fgui.GList;
    comTextRecordLast: textRecordLast20;
    btnClose: btnClose;
    static URL: string;
    static createInstance(): dialogRecord;
    constructor();
    protected onConstruct(): void;
}
