import { IconProps } from '../lib';
declare function TerminalWindow({ weight, color, size, style }: IconProps): JSX.Element;
export default TerminalWindow;
