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