import { IconProps } from '../lib';
declare function Cpu(props: IconProps): JSX.Element;
export default Cpu;
