import type { Source } from './types.ts'; export declare function applyColorPalette(sources: Source[], attribute: string): Source[] | { color: string | undefined; baseUri?: string; name: string; baseName?: string; group?: string; HP?: number; }[];