import type { View } from 'react-native'; export default function useRefs(): [T[], (index: number) => (el: T) => void, () => void];