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