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