export declare const brandGlobals: {
    brandTitle: string;
    brandUrl: string;
};
export default brandGlobals;
