import React from "react";
import { FlatList as FlatListRN } from "react-native";
export declare const FlatList: React.ForwardRefExoticComponent<import("react-native").FlatListProps<any> & {
    activityIndicatorColor?: string | undefined;
    keyName?: string | undefined;
    onPullToRefresh?: (() => void | Promise<void>) | undefined;
    reverseZIndex?: boolean | undefined;
} & React.RefAttributes<FlatListRN<any>>>;
//# sourceMappingURL=index.d.ts.map