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