export default function useMemoMapped(collection: object | Map | Set | any[], predicate: Function | object | string): object | Map | Set | any[];