import { ComponentType } from 'react';
export default function getDisplayName(Component: ComponentType<any>): string;
