import { MutableRefObject } from 'react'; export declare const useTagTransitionOut: (tag: MutableRefObject, tagWrapper: MutableRefObject) => Promise;