export declare const Constants: Readonly<{ DataRowType: { Product: string; CustomLink: string; BannerAdvert: string; }; AssetsUrl: "https://uuicdn.learningpool.com/"; AddButtonOrder: { Start: string; End: string; }; }>; export declare const hubApplications: ({ applicationId: number; applicationName: string; shortName: string; internalName: string; url: string; productDescription: string; children?: undefined; customName?: undefined; } | { applicationId: number; applicationName: string; shortName: string; internalName: string; productDescription: string; children: { applicationName: string; name: string; url: string; onClick: () => void; }[]; url?: undefined; customName?: undefined; } | { applicationId: number; applicationName: string; shortName: string; internalName: string; customName: string; url: string; productDescription: string; children?: undefined; } | { applicationId: number; applicationName: string; shortName: string; internalName: string; customName: string; productDescription: string; children: { applicationName: string; name: string; url: string; onClick: () => void; }[]; url?: undefined; })[]; export declare const otherProducts: { applicationId: number; name: string; shortName: string; internalName: string; url: string; customName: null; subtitle: string; }[]; export declare const hubCustomLinks: { name: string; url: string; type: string; }[]; export declare const hubUsefulLinks: { id: string; name: string; url: string; imageUrl: string; type: string; sortOrder: number; }[]; export declare const hubBannerAdverts: ({ name: string; hubImageUrl: string; basePromoUrl: string; imageUrl?: undefined; url?: undefined; } | { name: string; imageUrl: string; url: string; hubImageUrl?: undefined; basePromoUrl?: undefined; })[];