import { RefObject } from 'react'; interface IdRefHook { (id: string): RefObject; } export declare const useIdRef: IdRefHook; export {}; //# sourceMappingURL=useIdRef.d.ts.map