import type { RgbColorChannels } from "../types"; declare function creatGeadientBase(color1: RgbColorChannels, color2: RgbColorChannels, insert: number, includeNum1?: boolean, includeNum2?: boolean): RgbColorChannels[]; declare function creatGeadient(colors: (string | RgbColorChannels)[], geadient: number, strict?: boolean): RgbColorChannels[]; export { creatGeadientBase, creatGeadient };