import type { ReactElement, RefAttributes } from 'react'; import { SectionList } from 'react-native'; import type { StickyHeaderSectionListProps } from './StickyHeaderProps'; declare type StickyHeaderSectionListType = (props: StickyHeaderSectionListProps & RefAttributes>) => ReactElement; export declare const StickyHeaderSectionList: StickyHeaderSectionListType; export {};