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