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