export type ColorStop = {
    color: string;
    offset: number;
};
export type RadialGradientOuterRadius = number | 'auto';
