/** * Returns a ref that tells whether the component is mounted. */ export declare function useIsMounted(): () => boolean;