/** * Logs to console information about component lifecycle: mounting, re-rendering and unmounting. * @internal */ export declare function useLifecycleLogging(name: string, props: Record, context?: Record): void; //# sourceMappingURL=useLifecycleLogging.d.ts.map