export {
  TextInputOTP,
  TextInputOTPGroup,
  TextInputOTPSlot,
  TextInputOTPSeparator,
} from './components';
export type {
  TextInputOTPRef,
  TextInputOTPProps,
  TextInputOTPGroupProps,
  TextInputOTPSlotProps,
  TextInputOTPSeparatorProps,
} from './types';
