import { ThemeConfig } from 'tailwindcss/types/config';
export declare function getColors(): ThemeConfig['colors'];
export declare function createScaleColor(colorName: string): Record<string, string>;
export declare function createSimpleColor(colorName: string, withForeground?: boolean): string | {
    DEFAULT: string;
    foreground: string;
};
