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