/** @packageDocumentation * @module Utilities */ import type * as React from "react"; /** Gets the display name for a React component. * @internal */ export declare const getDisplayName: (component: React.ComponentType) => string; //# sourceMappingURL=getDisplayName.d.ts.map