import type { RefObject } from 'react'; import { View } from 'react-native'; export type A11yOrderInfo = { tag?: RefObject; views: (T | null)[]; }; //# sourceMappingURL=A11yModule.types.d.ts.map