import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue'; declare const ClockIcon: FunctionalComponent; export default ClockIcon;