/** * Returns a `boolean` indicating whether the current update is the intial * render (when the component is first mounted). */ export declare function useInitialRender(): boolean;