export type AttributeSetter = (value: string | undefined) => void; export declare function attributeSetterFactory(element: HTMLElement, attr: string): AttributeSetter;