export declare const attributesObserver: (ele: HTMLElement, callback: (attrName: string) => void) => void;
