type GenGradient = (string: string) => string;
export declare const genGradient: GenGradient;
export {};
