import { JSX } from 'react'; import type { ListType } from '../../core/types'; interface CatalogEntitiesEmptyStateProps { listType?: ListType; } export declare function CatalogEntitiesEmptyState({ listType }: CatalogEntitiesEmptyStateProps): JSX.Element; export {};