import { OTPInputFieldProps as BaseOTPInputFieldProps } from '../ui/otp-input-field'; export type OTPInputFieldProps = Omit; export declare function OTPInput(props: OTPInputFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=otp-input.d.ts.map