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