/**
 * 组件是否已经被销毁了
 */
declare const useDestroyed: () => () => boolean;
export default useDestroyed;
