import { Formatter } from '@textbus/core';
import { FormatLoader } from '@textbus/platform-browser';
export declare const backgroundColorFormatter: Formatter<string>;
export declare const backgroundColorFormatLoader: FormatLoader<string>;
