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