import * as React from 'react'; import type { DropdownBodyProps, PickerFilterConfig, PickerInputBaseProps } from '@epam/uui-core'; type FilterPickerBodyProps = DropdownBodyProps & PickerInputBaseProps & PickerFilterConfig & { showSearch?: boolean; }; export declare function FilterPickerBody({ highlightSearchMatches, ...restProps }: FilterPickerBodyProps): React.JSX.Element; export {}; //# sourceMappingURL=FilterPickerBody.d.ts.map