import * as React from 'react'; import { BasicConfig, BasicContainerPropsInterface } from '../../types'; export declare function createChild(info: T, childProps: any): React.ReactNode;