import { ElementRef, QueryList, Renderer2 } from '@angular/core'; import { ExpandableContainerDirective, ExpandableItem } from '@uib/angular/common'; import { ListSize, ListVariant } from './models'; import * as i0 from "@angular/core"; export declare class ListComponent extends ExpandableContainerDirective { readonly element: ElementRef; readonly renderer: Renderer2; static ngAcceptInputType_variants: ListVariant | ListVariant[]; expandableItems: QueryList; size: ListSize; variants: ListVariant[]; get isExpandable(): boolean; constructor(element: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=list.component.d.ts.map