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