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