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