export declare function transitionEnd(el: HTMLElement | null, callback: (ev?: TransitionEvent) => void): () => void;