import { FlatList, FlatListProps } from "react-native"; export type ScreenFlatListProps = Omit, "CellRendererComponent"> & { innerRef?: React.ForwardedRef>; }; export declare function ScreenFlatList(props: ScreenFlatListProps): import("react/jsx-runtime").JSX.Element;