import { FC } from "react"; import { SVGProps } from "./svg.types"; declare const Clock: FC; export default Clock;