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