export declare const useAppInfo: () => { appName: string; appLogo: string; name?: string; avatar?: string; description?: string; };