/// <reference path="../jqwidgets.d.ts" />
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class jqxTimelineComponent implements OnChanges {
    attrAutoWidth: boolean;
    attrCollapsible: boolean;
    attrDisabled: boolean;
    attrHorizontal: boolean;
    attrPosition: string;
    attrSource: [];
    attrTheme: string;
    attrWidth: string | number;
    attrHeight: string | number;
    autoCreate: boolean;
    properties: string[];
    host: any;
    elementRef: ElementRef;
    widgetObject: jqwidgets.jqxTimeline;
    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;
    autoWidth(arg?: boolean): boolean;
    collapsible(arg?: boolean): boolean;
    disabled(arg?: boolean): boolean;
    horizontal(arg?: boolean): boolean;
    position(arg?: string): string;
    source(arg?: undefined): undefined;
    theme(arg?: string): string;
    render(): undefined;
    __wireEvents__(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<jqxTimelineComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<jqxTimelineComponent, "jqxTimeline", never, { "attrAutoWidth": "autoWidth"; "attrCollapsible": "collapsible"; "attrDisabled": "disabled"; "attrHorizontal": "horizontal"; "attrPosition": "position"; "attrSource": "source"; "attrTheme": "theme"; "attrWidth": "width"; "attrHeight": "height"; "autoCreate": "auto-create"; }, {}, never, ["*"]>;
}
