export declare enum PROPERTY {
    FILL = "fill",
    HEIGHT = "height",
    IMAGE = "image",
    SIZE_TO_IMAGE = "size_to_image",
    STROKE = "stroke",
    STROKE_THICKNESS = "strokeThickness",
    WIDTH = "width",
    OPACITY = "opacity",
    LAST_POINT_ONLY = "lastPointOnly"
}
