import { OnInit, TemplateRef } from '@angular/core'; import { ScrollingCardItemDirective } from "./scrolling-card-item.directive"; import * as i0 from "@angular/core"; export declare class ScrollingCardComponent implements OnInit { data: T[]; fixedWrapper: boolean; scrollingCardItem: TemplateRef>; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "ng-scrolling-card", never, { "data": "data"; "fixedWrapper": "fixedWrapper"; }, {}, ["scrollingCardItem"], never, false, never>; }