import { TSubscribableThing } from '../types';
import type { createMapSubscribableThing } from './map-subscribable-thing';
import type { createMutations } from './mutations';
import type { createPrependSubscribableThing } from './prepend-subscribable-thing';
export declare const createAttribute: (mapSubscribableThing: ReturnType<typeof createMapSubscribableThing>, mutations: ReturnType<typeof createMutations>, prependSubscribableThing: ReturnType<typeof createPrependSubscribableThing>) => (htmlElement: HTMLElement, name: string) => TSubscribableThing<null | string>;
//# sourceMappingURL=attribute.d.ts.map