import { SVGProps } from "react"; declare const SvgTerminal: (props: SVGProps) => JSX.Element; export default SvgTerminal;