import { FlatListProps } from "../flatListProps"; export declare const useList: ({ list, limit, reversed, filterBy, group, groupBy, groupOf, showGroupSeparatorAtTheBottom, groupReversed, groupSeparatorAtTheBottom, groupSortedCaseInsensitive, groupSortedDescending, groupSorted, groupSortedBy, sortBy, sortDesc, sort, sortCaseInsensitive, sortGroupBy, sortGroupDesc, sortGroupCaseInsensitive, sortDescending, search, searchBy, searchOnEveryWord, searchTerm, searchCaseInsensitive, searchableMinCharactersCount, searchMinCharactersCount, }: FlatListProps) => ListItem[]; //# sourceMappingURL=use-list.d.ts.map