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