import type { LayerColors } from '../../../../types/datasetTypes'; /** Map-friendly, colourblind-accessible colours. Re-exported through `plugins-sdk`. */ export declare const MAP_COLOUR_PALETTE: readonly ["#1b9e77", "#d95f02", "#7570b3", "#e7298a", "#66a61e", "#e6ab02", "#a6761d", "#377eb8", "#ff7f00", "#41b6c4", "#f46d43", "#7fc97f", "#beaed4", "#fdc086", "#ffff99", "#386cb0", "#f0027f", "#bf5b17", "#6666ff", "#e41a1c", "#4daf4a", "#984ea3", "#ffea00", "#a65628", "#f781bf", "#0173b2", "#de8f05", "#029e73", "#d55e00", "#cc78bc", "#ca9161", "#fbafe4", "#8dd3c7", "#ccebc5"]; /** A stable colour from `MAP_COLOUR_PALETTE`, chosen by hashing the string. */ export declare const stringToColour: (str: string, variant?: "min" | "max") => string; export declare const layerColorByName: (name: string) => LayerColors; //# sourceMappingURL=stringToColour.d.ts.map