import * as React from 'react';
export default function getDisplayName(Component: React.ComponentType): string;
