import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const ClockArrowDownIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default ClockArrowDownIcon;
