import { Style } from '../style'; export declare class CaretColor extends Style { static key: string; static matches: RegExp; static colorStarts: string; static colorful: boolean; static values: { current: string; }; }