import { ColorItem } from "./Colors";
declare type Color = string | ColorItem;
export default Color;
//# sourceMappingURL=Color.d.ts.map