export declare enum PROPERTY {
    FILL = "Fill",
    SIZE = "Size"
}
