import { ThemeProps } from "tamagui"; export type ThemeColors = 'primary' | 'secondary' | 'info' | 'warning' | 'success' | 'error'; export declare const colormap: { [k in ThemeColors]: ThemeProps['name']; }; //# sourceMappingURL=themeMappings.d.ts.map