import React from 'react';
declare const Terminal: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
export default Terminal;
