/**
 * sync element attrs
 */
export declare function syncAttrs(sourceElem: HTMLElement, targetElem: HTMLElement, attrsKeys: string[]): void;
