import * as React from 'react';
export declare const getDisplayName: (Component: React.ReactType) => string;
