import type React from "react"; import { InputOTP as ShadcnInputOTP, InputOTPGroup as ShadcnInputOTPGroup, InputOTPSlot as ShadcnInputOTPSlot, InputOTPSeparator as ShadcnInputOTPSeparator } from "src/shadcn/components/input-otp"; declare const InputOTP: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const InputOTPGroup: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const InputOTPSlot: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const InputOTPSeparator: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; export { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator };