import React from 'react'; import { FiltersMap } from '@wix/bex-core'; export interface SearchableCollectionContentProps { /** * The searchable content * @external */ children?: React.ReactNode; /** * A data hook for testing purposes. * @default searchable-collection-content * @external */ dataHook?: string; } export declare const SearchableCollectionContent: ((props: SearchableCollectionContentProps) => React.JSX.Element) & { displayName: string; }; //# sourceMappingURL=SearchableCollectionContent.d.ts.map