import { ICSSImage } from '../types/image';
import { IPropertyListDescriptor } from '../IPropertyDescriptor';
export declare const backgroundImage: IPropertyListDescriptor<ICSSImage[]>;
