import { OnChanges, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SiderComponent implements OnInit, OnChanges {
    private _width;
    width: string | number;
    ngOnInit(): void;
    ngOnChanges(): void;
    private updateStyles;
    static ɵfac: i0.ɵɵFactoryDeclaration<SiderComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SiderComponent, "xui-sider", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
}
