/** Utility to promisify transition observation */
export declare function promisifyTransition($el: HTMLElement, props?: string): Promise<void>;
