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