export declare function useDOMAttribute(elementRef: React.RefObject, attributeName: string, value: string): { [attributeName]: string | undefined; };