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