/** * Try to get the name of the component. If it is of other types, it will be parsed accordingly. */ export declare function useGetObjectName(): { getObjectName: (object: any) => any; }; //# sourceMappingURL=useGetObjectName.d.ts.map