import { Style } from './style'; export declare class Background extends Style { constructor(color: string); static fromAttr(value: unknown): Background; }