import { IconProps } from '../types'; import React from 'react'; declare const CopyIcon: React.FC; export default CopyIcon;