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