import { ElementRef } from '@angular/core'; import { RippleDirectiveBase } from '../../../button/directives/ripple.directive'; import { ListComponent } from '../../list.component'; export declare class ListItemComponent extends RippleDirectiveBase { elementRef: ElementRef; list: ListComponent; alignItems: string; alignContent: string; justifyItems: string; private _setClickable; private _setHover; constructor(elementRef: ElementRef, list: ListComponent); private _clickable; private _hover; readonly no_ripple: boolean; readonly clickable: boolean; readonly hover: boolean; private _getAttribute; }