import type { Background, NormalizedBackground } from 'modern-idoc';
import { Element2DFill } from './Element2DFill';
export declare class Element2DBackground extends Element2DFill {
    fillWithShape: NormalizedBackground['fillWithShape'];
    setProperties(properties?: Background): this;
    protected _updateProperty(key: string, value: any, oldValue: any): void;
}
