import { ThemeGrayScaleColors } from '@/ui/theme';
export declare const calculateGrayScale: ({ newGray1, interfaceBackground, }: {
    newGray1: string;
    interfaceBackground: string;
}) => Omit<ThemeGrayScaleColors, "gray4">;
