declare const _default: { cyan: { backgroundColor: string; fill: string; color: string; }; pink: { backgroundColor: string; fill: string; color: string; }; green: { backgroundColor: string; fill: string; color: string; }; orange: { backgroundColor: string; fill: string; color: string; }; blue: { backgroundColor: string; fill: string; color: string; }; red: { backgroundColor: string; fill: string; color: string; }; teal: { backgroundColor: string; fill: string; color: string; }; yellow: { backgroundColor: string; fill: string; color: string; }; indigo: { backgroundColor: string; fill: string; color: string; }; purple: { backgroundColor: string; fill: string; color: string; }; }; export default _default;