declare class DzUserDrawStyle extends DzDrawStyle {
    isEnabled: boolean; // true

    getDescription(): any;
    getPixmap(): any;
}