import { type ColorConfig } from '@parca/utilities'; interface UseColorManagementProps { isDarkMode: boolean; currentColorProfile: ColorConfig; mappingsList: string[]; filenamesList: string[]; colorBy: string; } export declare function useColorManagement({ isDarkMode, currentColorProfile, mappingsList, filenamesList, colorBy, }: UseColorManagementProps): { colorByColors: Record; colorByValue: string; }; export {}; //# sourceMappingURL=useColorManagement.d.ts.map