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