import * as React from 'react';
export default function useRefs<RefType>(): [(key: React.Key) => React.RefObject<RefType>, (key: React.Key) => void];
