export interface FillColorStop { offset: number | string; color: string; }