import { TemplateRef, ViewContainerRef, OnInit } from '@angular/core'; export declare class SkyContribDraggableRepeaterRendererComponent implements OnInit { item: any; template: TemplateRef; container: ViewContainerRef; ngOnInit(): void; }