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