import { CollectionState, FiltersMap } from '@wix/bex-core'; import { ReactNode } from 'react'; export declare function useEmptyStateTexts(props: { state: CollectionState; subtitle?: ReactNode; }): { title: string; subtitle: {}; }; //# sourceMappingURL=useEmptyStateTexts.d.ts.map