Try to use import { styled } from 'styled-components' instead of import styled from 'styled-components'
import { styled } from 'styled-components'
Reference: https://github.com/styled-components/styled-components/issues/4275#issuecomment-2569479395
It is module import error.