export type Branding = {
    text?: string;
    logo?: string;
    /**
     * @deprecated Internal type only
     */
    legacy?: boolean;
};
