import { ITemplateRef } from '../ComponentRef'; export declare type DIterable = Array | Iterable; export declare class DirectiveEach { each: DIterable; content: ITemplateRef; static ρAnn(): any; }