import { TObservable } from '../../types/core.js'; declare const attributes: (initial: {} | undefined, node: HTMLElement, ...listeners: Function[]) => TObservable; export default attributes;