import { ElementRef } from '@angular/core';
export declare class SidebarLeftToggleDirective {
    elementRef: ElementRef;
    item: any;
    /**
     * @method constructor
     * @param  {ElementRef} elementRef [description]
     */
    constructor(elementRef: ElementRef);
}
