import { ComponentType } from 'react'; export declare function getComponentName(Component: ComponentType): string;