export default function gradient(datas: string, custom: {
    [key: string]: {
        [key: string]: string;
    };
}): string;
