import { ElementRef } from '@angular/core'; import { RippleDirectiveBase } from '../button/directives/ripple.directive'; export declare class DropdownItemComponent extends RippleDirectiveBase { elementRef: ElementRef; alignItems: string; alignContent: string; justifyItems: string; active: boolean; disabled: boolean; constructor(elementRef: ElementRef); }