export declare const BRANDING_CONFIG: {
    displayName: string;
    name: string;
    type: "notice";
    default: string;
};
