import { ElementRef } from '@angular/core';
import { Item } from './sidebar-left.component';
export declare class SidebarLeftToggleDirective {
    elementRef: ElementRef;
    item: Item;
    constructor(elementRef: ElementRef);
}
