import { ComponentType } from 'react'; import { EmptyStateProps } from '@wix/design-system'; export interface CollectionEmptyStateProps extends EmptyStateProps { component?: ComponentType; } /** * @deprecated */ export declare function CollectionEmptyState(props: CollectionEmptyStateProps): JSX.Element; //# sourceMappingURL=CollectionEmptyState.d.ts.map