import { ReactNode } from 'react'; export declare const getElementName: (element: ReactNode) => string | null;