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