/// <reference types="react" />
declare const Cpu: (props: any, ref: any) => JSX.Element;
export default Cpu;
