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