import * as React from "react"; import { IconProps } from '../lib'; declare const ComputerTower: (props: IconProps) => React.JSX.Element; export default ComputerTower; //# sourceMappingURL=ComputerTower.d.ts.map