import type { Theme } from '@principal-ade/industry-theme';
import '@xterm/xterm/css/xterm.css';
import type { ThemedTerminalProps, ThemedTerminalRef } from '../types/terminal.types';
import '../styles/terminal-theme.css';
export interface ThemedTerminalComponentProps extends ThemedTerminalProps {
    theme: Theme;
}
export declare const ThemedTerminal: import("react").ForwardRefExoticComponent<ThemedTerminalComponentProps & import("react").RefAttributes<ThemedTerminalRef>>;
//# sourceMappingURL=ThemedTerminal.d.ts.map