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