import type { SVGProps } from "react"; import * as React from "react"; declare const SvgTime: (props: SVGProps) => React.JSX.Element; export default SvgTime; //# sourceMappingURL=Time.d.ts.map