export declare const getInterpolatedArray: (firstColor: string, secondColor: string, numberOfSteps: number) => (string | undefined)[];
