import { ReactIconComponentType } from '../types';

declare const CopyIcon: ReactIconComponentType;
export default CopyIcon;
            