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

'use client';

/**
 * @file index.ts
 * @output Exports ComplexSelector and types
 * @position Public API entry point
 */

export {
  ComplexSelector,
  type ComplexSelectorProps,
  type ComplexSelectorRenderState,
  type ComplexSelectorSize,
  type ComplexSelectorStatus,
} from './ComplexSelector';
