export declare function transitionEnd(element: HTMLElement, callback: (event: TransitionEvent) => void): void;
