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