export declare const TITLE = "Gemma";
export declare const TEXT_MULTIPLE = 0.65;
export declare const SPACE_MULTIPLE = 0.1;
export declare const COLOR_PRIMARY = "#2E96FF";
export declare const COLOR_GRADIENT = "linear-gradient(45deg, #446EFF 14%, #2E96FF 40%, #B1C5FF 73%)";
