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