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