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