import { ThemeKey } from '../types'; export declare const colors: { color: string; code: string; }[]; export declare const textColors: { name: string; light: string; dark: string; }[]; export declare const resolveEditorColorVars: (value: string) => string; export declare const getResponsiveColor: (color?: string, theme?: ThemeKey) => string | undefined;