import { ReactElement, ReactNode } from 'react';
type ChildType = ReactElement<any> | ReactNode;
export declare const ChildName: (child: ChildType) => string;
export {};
