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