import { FlashListProps, FlashListRef } from '@shopify/flash-list'; interface FoundationListProps extends FlashListProps {} interface FoundationListRef extends FlashListRef {} export type { FoundationListRef, FoundationListProps };