declare const colors: { start: { color: string; backgroundColor: string; border: string; }; success: { color: string; backgroundColor: string; border: string; }; warning: { color: string; backgroundColor: string; border: string; }; waiting: { color: string; backgroundColor: string; border: string; }; faild: { color: string; backgroundColor: string; border: string; }; error: { color: string; backgroundColor: string; border: string; }; failed: { color: string; backgroundColor: string; border: string; }; }; export default colors;