import { CollectionViewModel } from '@nakedobjects/view-models';
import * as i0 from "@angular/core";
export declare class CollectionsComponent {
    collections: CollectionViewModel[];
    classes(coll: CollectionViewModel): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<CollectionsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CollectionsComponent, "nof-collections", never, { "collections": { "alias": "collections"; "required": true; }; }, {}, never, never, false, never>;
}
