export declare const TITLE = "Gemini";
export declare const TEXT_MULTIPLE = 0.8;
export declare const SPACE_MULTIPLE = 0.2;
export declare const COLOR_PRIMARY = "#1C69FF";
export declare const COLOR_GRADIENT = "linear-gradient(45deg, #1C69FF 40%,  #F0DCD6 100%)";
