import _styled from 'styled-components' const styled = typeof _styled === 'function' ? _styled : _styled.default // eslint-disable-next-line no-restricted-exports export { styled as default, styled } export * from 'styled-components'