import type React from 'react'; export declare const FlatList: React.ComponentType>; export declare const List: React.ComponentType>; export declare const ListItem: React.ComponentType>; export declare const ListSection: React.ComponentType>; export declare const SectionList: React.ComponentType>;