export type ColormapDef = { id: string; label: string; stops: string; }; /** Colorscale names and stops matched to Plotly's built-in colorscales. * The `id` of each entry is the exact string to pass as Plotly's `colorscale` prop. */ export declare const COLORMAPSPLOTLY: ColormapDef[]; export declare const COLORMAPS: ColormapDef[]; //# sourceMappingURL=colormaps.d.ts.map