import { OTPInputProps } from 'input-otp'; export type { OTPInputProps }; export declare function OTPInput({ className, containerClassName, ...props }: OTPInputProps): import("react/jsx-runtime").JSX.Element; export declare namespace OTPInput { var displayName: string; } //# sourceMappingURL=otp-input.d.ts.map