/** * Returns a memoized callback that when invoked returns `boolean` indicating if * the local component is currently mounted. */ export declare function useIsMounted(): () => boolean;