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