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