import chalk from 'chalk'; export declare const mainColor = "blue"; export declare const chalkMainColor: chalk.Chalk; export declare const mainLightColor = "bright-blue"; export declare const defaultBoxTheme: { tags: boolean; border: { type: string; }; style: { border: { fg: string; }; focus: { border: { fg: string; }; }; }; }; export declare const scrollBarTheme: { style: { bg: string; }; track: { bg: string; }; }; //# sourceMappingURL=index.d.ts.map