import { forwardRef, SVGProps } from 'react'; export interface BoxLogoProps extends Omit, 'css'> {} export const BoxLogo = forwardRef((props, ref) => ( )); BoxLogo.displayName = 'BoxLogo';