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