export declare const TITLE = "Dify";
export declare const TEXT_MULTIPLE = 1;
export declare const SPACE_MULTIPLE = 0.15;
export declare const COLOR_PRIMARY = "#fff";
export declare const COLOR_GRADIENT = "conic-gradient(from 180deg at 50% 50%, #0222C3, #8FB1F4, #FFFFFF)";
