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