/** * Context: https://stackoverflow.com/questions/65793723/i-cant-find-the-matching-typescript-type-for-displayname-as-a-prop-of-type * @param Component the component to fetch the displayName from * @returns the displayName of the component */ declare const getDisplayName: (element: React.ReactElement) => string; export default getDisplayName; //# sourceMappingURL=getDisplayName.d.ts.map