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

'use client';

/**
 * @file index.ts
 * @output Exports ComplexSelector and its trigger-size contract types
 * @position Public API entry point
 */

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