import React from "react"; import type { SVGIcon } from "./types"; declare const Clock: (props: SVGIcon) => React.JSX.Element; export default Clock; //# sourceMappingURL=clock.d.ts.map