import { Theme } from './api'; /** @hidden */ export declare class NewTheme extends Theme { name: "Follow the color scheme"; css: any; terminalBackground: string; followsColorScheme: boolean; }