/**
 * 获取渐变函数
 * @param colors 多个颜色
 * @return 颜色值
 */
export declare function gradient(colors: string | string[]): (percent: number) => string;
