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