import { BrandResponse } from "./BrandResponse"; export declare class BrandData { private static readonly BrandingStorageKey; static getLogo(): string | null; static getLabel(): string | null; static getLink(): string | null; static getPrimaryColor(): string | null; static getSecondaryColor(): string | null; static getBarColor(): string | null; static getEntityNumberLabel(): string | null; static isICLTenant(): boolean; static getBrandData(): any; static setBrandData(brandData: BrandResponse): void; static resetBrand(): void; }