import { OnInit } from '@angular/core'; import { ListItem } from '../../ul-lib.service'; import * as i0 from "@angular/core"; export declare class UIDetailViewComponent implements OnInit { placement?: string | "stretch" | "evenly" | "around" | "between" | "end" | "start" | "center"; columnCount: number; class: string; gap: number; details: ListItem[]; detailClass: string; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }