import { FC, SVGProps } from 'react'; declare const IconClipboard: FC & { fill?: string }>; export default IconClipboard;