import type { IconDefinition } from '../types';
declare const ClockCircleOutlined: IconDefinition;
export default ClockCircleOutlined;
