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