export declare const each: (items: any, template: any, keyFn?: (item: any) => any) => import("lit-html").DirectiveFn;
