import { TemplateRef, AfterViewInit, OnInit, OnChanges, SimpleChanges, ElementRef, Renderer2 } from '@angular/core'; import { VtsCardComponent } from './card.component'; import { BooleanInput } from '@ui-vts-kit/ng-vts/core/types'; import { VtsImageShape } from '@ui-vts-kit/ng-vts/image'; import * as i0 from "@angular/core"; export type VtsCardThumbnailPosition = 'top' | 'bottom' | 'left' | 'right'; export declare class VtsCardThumbnailComponent implements OnInit, OnChanges, AfterViewInit { private parent; private elementRef; private renderer; static ngAcceptInputType_vtsPreview: BooleanInput; static ngAcceptInputType_vtsThumbnail: BooleanInput; attrs: { [key: string]: any; }; vtsSrc: string; vtsPreview: boolean; vtsFallback: string | null; vtsPlaceholder: string | null; vtsShape: VtsImageShape; vtsFit: string | null; vtsThumbnail: boolean; vtsPosition: VtsCardThumbnailPosition; vtsTemplate?: TemplateRef; imageRef?: TemplateRef; constructor(parent: VtsCardComponent, elementRef: ElementRef, renderer: Renderer2); ngOnInit(): void; ngOnChanges(_changes: SimpleChanges): void; ngAfterViewInit(): void; transferAttribute(): void; setParentProperty(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }