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