import { ITheme } from '@xterm/xterm'; export declare const xtermDefaultTheme: { dark: ITheme; light: ITheme; };