export declare const TerminalTheme: { root: { background: string; borderColor: string; color: string; height: string; padding: string; borderRadius: string; }; prompt: { gap: string; }; commandResponse: { margin: string; }; };