import { Component } from '../component'; import { UpdatableChild, UpdatableChildren } from '../types'; export declare const initChild: (element: Element, value: any) => undefined | Component | UpdatableChild | UpdatableChildren;