import { Ellipse } from "fabric";
import { FabricObjectPropertyList } from "../types/WrapperFabricType";
import { WrapperFabric } from "./WrapperFabric";
export declare class EllipseObj extends WrapperFabric {
    obj: Ellipse;
    constructor(rectObj: Ellipse);
    setBackground(background: string): void;
    setBorderColor(color: string): void;
    setBorderWidth(width: number): void;
    getObjectValues(): FabricObjectPropertyList;
}
//# sourceMappingURL=EllipseObj.d.ts.map