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