import { FC, SVGProps } from 'react'; declare const IconClock: FC & { fill?: string }>; export default IconClock;