console.error('You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n'+'`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component.');
console.warn('You are loading @emotion/react when it is already loaded. Running '+'multiple instances may cause problems. This can happen if multiple '+'versions are used, or if multiple builds of the same version are '+'used.');