declare const useColor: () => { brandColor: string; accentColor: string; }; export default useColor;