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