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