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