export declare function getComponentName<T>(Component: React.ComponentType<T>): string;
