import { LayoutService } from './layout.service'; import { Item } from '../item'; import * as i0 from "@angular/core"; export declare class TiledLayoutService implements LayoutService { constructor(); /** * Tries to layout items in the most compact way * @param items The {@link Item}s to lay out. */ doLayout(items: Item[]): Item[][]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }