export declare const PREFIX = "SCPlatformWidget";
export declare const HUB_STAGE = "https://hub.stage.quentrix.com/";
export declare const HUB_PROD = "https://hub.selfcommunity.com/";
export declare const CONTACT_STAGE = "https://hub.stage.quentrix.com/dashboard/account/contact-us";
export declare const CONTACT_PROD = "https://hub.selfcommunity.com/dashboard/account/contact-us";
export declare const SELFCOMMUNITY_PRICING: {
    en: string;
    it: string;
};
