import { BrandConfig } from './brand-config.types';

export type BrandInfo = Omit<BrandConfig, 'features'>;
export declare const BRAND_INFO: BrandInfo;
