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