import { BooleanInput } from '@angular/cdk/coercion'; import { ElementRef, QueryList } from '@angular/core'; import { ListItemComponent } from './list-item.component'; import * as i0 from "@angular/core"; import * as i1 from "../../common/sapphire-view-encapsulation"; /** * Used to render lists of items with or without actionable content. */ export declare class ListComponent { private elementRef; constructor(elementRef: ElementRef); get isListElement(): boolean; hideLastDivider: BooleanInput; /** * Counter acts the side padding of the parent element, so that List is shifted to the left with same amount * and having side padding * 2 added to width – resulting in full width List. * Useful in scenarions where List is inside a padded container and desired layout has List going from edge to edge horizontally. */ hasNegativeSideMargin?: BooleanInput; readonly listItems: QueryList; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }