declare const colors: { background: { light: string; dark: string; }; seperatorLine: string; text: { dark: string; }; primary: string; }; export default colors;