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