/** * example: * getChildProps( * <> *
*
* , * 'div' * ) * * each operation cost: about 0.5ms */ export declare function getChildProps(inputChildren: any, displayName: string): T;