import { Theme } from "./Theme.types.mjs"; export declare const themeColors: Record>; /** * Resolves flattened theme colors. * * @param theme - Light or dark theme. * @returns Flattened color map for the theme. */ export declare const getThemeColors: (theme: Theme) => Record; //# sourceMappingURL=colors.d.mts.map