declare function attachPropertyToElement(dom: HTMLElement, name: string, value: unknown): unknown; export { attachPropertyToElement };