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