export declare const TITLE = "Kling";
export declare const TEXT_MULTIPLE = 0.8;
export declare const SPACE_MULTIPLE = 0.25;
export declare const COLOR_PRIMARY = "#000";
export declare const COLOR_GRADIENT = "linear-gradient(45deg, #FFF959, #0DF35E, #0BF2F9, #04A6F0)";
