import { ShadedColors } from './types.mjs';

declare const generateShadingColors: (partialShading: Omit<Partial<ShadedColors>, "0" | "1000">) => ShadedColors;

export { generateShadingColors };
