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