/// <reference path="../jqwidgets.d.ts" />
import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class jqxNavBarComponent implements OnChanges {
    attrColumns: Array<string>;
    attrDisabled: boolean;
    attrMinimized: boolean;
    attrMinimizeButtonPosition: string;
    attrMinimizedHeight: number | string;
    attrMinimizedTitle: number | string;
    attrOrientation: string;
    attrPopupAnimationDelay: number;
    attrRtl: boolean;
    attrSelection: boolean;
    attrSelectedItem: number | string;
    attrTheme: string;
    attrWidth: string | number;
    attrHeight: string | number;
    autoCreate: boolean;
    properties: string[];
    host: any;
    elementRef: ElementRef;
    widgetObject: jqwidgets.jqxNavBar;
    constructor(containerElement: ElementRef);
    ngOnInit(): void;
    ngOnChanges(changes: SimpleChanges): boolean;
    arraysEqual(attrValue: any, hostValue: any): boolean;
    manageAttributes(): any;
    moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void;
    moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void;
    createComponent(options?: any): void;
    createWidget(options?: any): void;
    __updateRect__(): void;
    setOptions(options: any): void;
    columns(arg?: Array<string>): Array<string>;
    disabled(arg?: boolean): boolean;
    height(arg?: string | number): string | number;
    minimized(arg?: boolean): boolean;
    minimizeButtonPosition(arg?: string): string;
    minimizedHeight(arg?: number | string): number | string;
    minimizedTitle(arg?: number | string): number | string;
    orientation(arg?: string): string;
    popupAnimationDelay(arg?: number): number;
    rtl(arg?: boolean): boolean;
    selection(arg?: boolean): boolean;
    selectedItem(arg?: number | string): number | string;
    theme(arg?: string): string;
    width(arg?: string | number): string | number;
    close(): void;
    destroy(): void;
    getSelectedIndex(): number;
    open(): void;
    selectAt(index: number | string): void;
    onChange: EventEmitter<any>;
    __wireEvents__(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<jqxNavBarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<jqxNavBarComponent, "jqxNavBar", never, { "attrColumns": "columns"; "attrDisabled": "disabled"; "attrMinimized": "minimized"; "attrMinimizeButtonPosition": "minimizeButtonPosition"; "attrMinimizedHeight": "minimizedHeight"; "attrMinimizedTitle": "minimizedTitle"; "attrOrientation": "orientation"; "attrPopupAnimationDelay": "popupAnimationDelay"; "attrRtl": "rtl"; "attrSelection": "selection"; "attrSelectedItem": "selectedItem"; "attrTheme": "theme"; "attrWidth": "width"; "attrHeight": "height"; "autoCreate": "auto-create"; }, { "onChange": "onChange"; }, never, ["*"]>;
}
