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