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