import { type ColorProcessor } from '@mui/x-charts/internals';
declare const getColor: ColorProcessor<'funnel'>;
export default getColor;