import { ElementRef } from '@angular/core';
/**
 * @hidden
 */
export declare class ListItemDirective {
    element: ElementRef;
    constructor(element: ElementRef);
}
