declare function transitionEnd(element: HTMLElement): Promise<unknown>;

export { transitionEnd };
