import React from 'react'; import { GenericComponentType } from '../../types'; export type IFlatListComponentType = GenericComponentType; export declare const FlatList: IFlatListComponentType, unknown, import("react-native").FlatListProps, "FlatList">>>;