import { ComponentPropsWithoutRef } from 'react'; export interface CopyProps extends Omit, 'onCopy'> { onCopy?: Function; contents: string; withLanguageSwitcher?: boolean; }