import { BackgroundBase } from './background-base'; export declare class SimpleBackgroundStyle { BackgroundType: BackgroundBase; Color: string; }