export type ColorTypes = { bgColor: string; }; export declare const colors: { [key: string]: ColorTypes; };