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