import type { RgbTuple } from '../../types';
import { SimpleFrame } from '../frame/simple-frame';
/**
 * @summary Smooth transition between multiple RGB colors.
 * @category Animation
 */
export declare function morphMany(tuples: RgbTuple[], overMs: number, steps?: number): Iterable<SimpleFrame>;
//# sourceMappingURL=morph-many.d.ts.map