// Copyright (c) Meta Platforms, Inc. and affiliates.

/**
 * @file EmptyState component barrel export
 */

export {EmptyState} from './EmptyState';
export type {EmptyStateProps} from './EmptyState';
