export declare const LOGO = "\uD83D\uDC38";
export declare const BRAND = "OMNI-DOOR";
export declare const setLogo: (logo: string) => void;
export declare const getLogo: () => string;
export declare const setBrand: (brand: string) => void;
export declare const getBrand: () => string;
declare const _default: () => string;
export default _default;
