import { RefObject } from 'react'; export declare function useAttribute(elementRef: RefObject, name: string, value: string | undefined): void;