export declare const MEDIA_UPLOAD_ROOT_CLASSNAME = "media-upload-root";
export declare const GET_USER_CONFIG_ENDPOINT_URL = "https://admin.brizy.io/dev/media-upload-third-party-elements-access";
export declare const DEV_GET_USER_CONFIG_ENDPOINT_URL = "https://admin.brizy.io/dev/media-upload-third-party-elements-access";
export declare const API_URL = "https://admin.brizy.io/api/2.0/projects";
export declare const DEV_API_URL = "https://admin.brizy.io/api/2.0/projects";
export declare const RESIZE_URL = "https://cloud-1de12d.b-cdn.net/media";
export declare const DEV_RESIZE_URL = "https://cloud-1de12d.b-cdn.net/media";
export declare const RESIZE_PATTERNS: {
    full: string;
    original: string;
    split: string;
};
export declare const DEV_RESIZE_PATTERNS: {
    full: string;
    original: string;
    split: string;
};
