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