declare class DzView {
    getDescription(): String;
    getIcon(): Pixmap;
    static className(): String;
    className(): String;
}