import type { Theme } from '@principal-ade/industry-theme';
import type { ITheme } from '@xterm/xterm';
export declare function createTerminalTheme(theme: Theme): ITheme;
export declare function getTerminalCSSVariables(theme: Theme): Record<string, string>;
//# sourceMappingURL=terminalTheme.d.ts.map