import { FiltersMap } from '@wix/bex-core'; import { ToolbarCollectionEmptyStateBasePrivateProps } from '../components/EmptyState/ToolbarCollectionEmptyStateBasePrivate'; import { EmptyStateProps } from '@wix/design-system'; interface ToolbarCollectionEmptyStateImageProps { image: EmptyStateProps['image']; state: ToolbarCollectionEmptyStateBasePrivateProps['state']; } export declare function useToolbarCollectionEmptyStateImage(props: ToolbarCollectionEmptyStateImageProps): any; export {}; //# sourceMappingURL=useToolbarCollectionEmptyStateImage.d.ts.map