import { FC } from "react";
interface CopyIconProps {
}
declare const CopyIcon: FC<CopyIconProps>;
export default CopyIcon;
