import type { ReactElement, RefAttributes } from 'react'; import { FlatList } from 'react-native'; import type { StickyHeaderFlatListProps } from './StickyHeaderProps'; declare type StickyHeaderFlatListType = (props: StickyHeaderFlatListProps & RefAttributes>) => ReactElement; export declare const StickyHeaderFlatList: StickyHeaderFlatListType; export {};