/// import { IconProps } from '../../types'; declare const ClockCircle: (allProps: IconProps) => JSX.Element; export default ClockCircle;