import type { FunctionalComponent } from 'vue'; declare const Cpu: FunctionalComponent<{}, {}>; export default Cpu;