import React from 'react';
import { SectionList as RNSectionList, SectionListProps } from 'react-native';
/**
 * Use like a regular SectionList.
 */
export declare const SectionList: <T>(p: SectionListProps<T> & {
    ref?: React.Ref<RNSectionList<T>>;
}) => React.ReactElement;
//# sourceMappingURL=SectionList.d.ts.map