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