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