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