// @flow type Props = {| +child: React$Element<*>, +children: React$Element<*>, +onOnlySelection?: (SyntheticEvent, {}) => void | Promise, |}; export type FilterWrapperType = Props => React$Element<*>; declare export default FilterWrapperType;