export declare interface BackgroundOptions {
    size: 'auto' | 'resize' | 'cover' | 'contain' | 'stretch';
    x: number;
    y: number;
}
