import { type Ref } from 'vue'; export declare function useTransitionEnd(elementRef: Ref, callback: (event: TransitionEvent) => void, ignore?: (event: TransitionEvent) => boolean): void;