/** * Checks if the current component was mounted already * * @returns {Function} callback function to check if the component is mounted already */ declare const useIsMounted: () => (() => boolean); export default useIsMounted;