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