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