import { Colors } from "./types";
declare const themes: {
    [key: string]: Colors;
};
export default themes;
//# sourceMappingURL=themes.d.ts.map