import { type HTMLAttributes } from 'react'; /** * Returns a callback that sets attributes on elements based on given selectors. * @param attributes Attributes object containing prop name + values to set * @param selectors Optional `querySelector` param to target child elements. If * omitted, will target the rootEl */ export declare function useSetAttributesCallback(attributes: HTMLAttributes, selectors?: string): (rootEl?: HTMLElement | null) => void; export default useSetAttributesCallback; //# sourceMappingURL=useSetAttributesCallback.d.ts.map