Ran into this in github-ui, In: ```ts import {Button, type ButtonProps} from '@primer/react' ``` out: ```ts import { ButtonProps } from '@primer/react' import { Button } from '@primer/styled-react' ``` Notice the `type` in front of `ButtonProps` is stripped off 👀