import type { CurrentRefinementsProps as CurrentRefinementsUiComponentProps } from '../ui/CurrentRefinements'; import type { UseCurrentRefinementsProps } from 'react-instantsearch-hooks'; declare type UiProps = Pick; export declare type CurrentRefinementsProps = Omit & UseCurrentRefinementsProps; export declare function CurrentRefinements({ includedAttributes, excludedAttributes, transformItems, ...props }: CurrentRefinementsProps): JSX.Element; export {};