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