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