import { TemplateRef, QueryList } from '@angular/core'; export declare class SkyContribListToolbarItemComponent { id: string; index: number; location: string; templates: QueryList>; readonly template: TemplateRef; }