import { ComponentType, ReactNode } from 'react'; import { EmptyStateProps } from '@wix/design-system'; import { CollectionState, FiltersMap } from '@wix/bex-core'; export interface CollectionEmptyStateBaseProps extends Partial { state: CollectionState; component?: ComponentType; children?: ReactNode; } declare function _CollectionEmptyStateBase(props: CollectionEmptyStateBaseProps): JSX.Element; export declare const CollectionEmptyStateBase: typeof _CollectionEmptyStateBase & { displayName: string; }; export {}; //# sourceMappingURL=CollectionEmptyStateBase.d.ts.map