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