import { SVGProps } from "react";
declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgCopy;
