export declare class GdkInfoPage { static settitle(name?: string): void; static menuToolbar(): any[]; static getMenuNav(): any[]; static getHome(): string; static getLogin(): string; static setToken(v: any): void; static getToken(): string; static clearAll(): void; static setInfo(v: any): void; static getInfo(): any; }