import { ReactIconComponentType } from '../types';

declare const Computer: ReactIconComponentType;
export default Computer;
            