import { TShades } from '../../../types/TShades';
type TgenerateMaterialColorPalette = {
    baseHex: string;
    isLightTheme?: boolean;
};
export declare function generateMaterialColorPalette(props: TgenerateMaterialColorPalette): Record<TShades, string>;
export {};
