/// <reference path="../jqwidgets.d.ts" />
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
export declare class jqxListMenuComponent implements OnChanges {
    attrAlwaysShowNavigationArrows: boolean;
    attrAnimationType: any;
    attrAnimationDuration: number | string;
    attrAutoSeparators: boolean;
    attrBackLabel: number | string;
    attrDisabled: boolean;
    attrEnableScrolling: boolean;
    attrFilterCallback: (text: string, seachValue: string | number) => boolean;
    attrHeaderAnimationDuration: number | string;
    attrPlaceHolder: number | string;
    attrReadOnly: boolean;
    attrRtl: boolean;
    attrRoundedCorners: boolean;
    attrShowNavigationArrows: boolean;
    attrShowFilter: boolean;
    attrShowHeader: boolean;
    attrShowBackButton: boolean;
    attrTheme: string;
    attrWidth: string | number;
    attrHeight: string | number;
    autoCreate: boolean;
    properties: string[];
    host: any;
    elementRef: ElementRef;
    widgetObject: jqwidgets.jqxListMenu;
    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;
    alwaysShowNavigationArrows(arg?: boolean): any;
    animationType(arg?: string): any;
    animationDuration(arg?: number | string): any;
    autoSeparators(arg?: boolean): any;
    backLabel(arg?: number | string): any;
    disabled(arg?: boolean): any;
    enableScrolling(arg?: boolean): any;
    filterCallback(arg?: (text: string, seachValue: string | number) => boolean): any;
    height(arg?: number | string): any;
    headerAnimationDuration(arg?: number | string): any;
    placeHolder(arg?: number | string): any;
    readOnly(arg?: boolean): any;
    rtl(arg?: boolean): any;
    roundedCorners(arg?: boolean): any;
    showNavigationArrows(arg?: boolean): any;
    showFilter(arg?: boolean): any;
    showHeader(arg?: boolean): any;
    showBackButton(arg?: boolean): any;
    theme(arg?: string): any;
    width(arg?: string | number): any;
    back(): void;
    changePage(Item: any): void;
    destroy(): void;
    __wireEvents__(): void;
}
