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