import { AttrDict, ContentStructList } from '../vdom'; import { LogicalNode } from './LogicalNode'; export declare class LNElse extends LogicalNode { static availAttrKeys: Array; protected isSingle: boolean; constructor(attrDict: AttrDict, children: ContentStructList); forEachChildren(): void; /** this won't be called */ doRender(): boolean; protected initStateDependencies(): {}; }