declare const createChild: (parentNode: any, childNodeConstruction: any, childNodeName: any, config?: {}, context?: any) => any; export { createChild };