export declare function data(obj: HTMLElement, key: string, val: string): void; export declare function getdata(obj: HTMLElement, key: string): string | undefined;