export declare const palette: { common: { black: import("./colors").Color; white: import("./colors").Color; transparent: import("./colors").Color; }; background: { light: import("./colors").Color; dark: import("./colors").Color; error: import("./colors").Color; info: import("./colors").Color; success: import("./colors").Color; warning: import("./colors").Color; }; border: { dark: import("./colors").Color; main: import("./colors").Color; error: import("./colors").Color; info: import("./colors").Color; success: import("./colors").Color; warning: import("./colors").Color; }; primary: { light: import("./colors").Color; main: import("./colors").Color; dark: import("./colors").Color; veryDark: import("./colors").Color; }; secondary: { light: import("./colors").Color; main: import("./colors").Color; }; text: { primary: import("./colors").Color; secondary: import("./colors").Color; error: import("./colors").Color; info: import("./colors").Color; success: import("./colors").Color; warning: import("./colors").Color; contrast: import("./colors").Color; }; }; //# sourceMappingURL=palette.d.ts.map