import * as React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare function SvgHourglassHalf({ title, titleId, ...props }: React.SVGProps & SVGRProps): JSX.Element; declare const MemoSvgHourglassHalf: React.MemoExoticComponent; export default MemoSvgHourglassHalf; //# sourceMappingURL=HourglassHalf.d.ts.map