import { ListItemType } from './types'; export declare const filterListItems: (items: ListItemType[], data: T) => ListItemType[];