export declare const gradients: { fire: { id: string; name: string; gradientStops: { pos: number; color: string; }[]; }; ice: { id: string; name: string; gradientStops: { pos: number; color: string; }[]; }; }; //# sourceMappingURL=testData.d.ts.map