export declare class Background { color: string; [key: string]: any; constructor(param: string | any); toJSON(): { "color": string; }; toString(): string; }