import { n as Scope, t as ICreateScope } from "../create-context-CKMcRGBM.js"; import { IInputOTP } from "./input-otp.types.js"; import * as React$1 from "react"; //#region src/input-otp/input-otp.d.ts declare const INPUT_OTP_NAME = "InputOTP"; declare const REGEXP_ONLY_DIGITS_AND_CHARS: RegExp; declare const REGEXP_ONLY_DIGITS: RegExp; declare const createInputOTPScope: ICreateScope; declare const InputOTPProvider: React$1.FC; children: React$1.ReactNode; }>, useInputOTPContext: (consumerName: string, scope: Scope) => IInputOTP.IContext; declare const InputOTP: React$1.ForwardRefExoticComponent>; //#endregion export { INPUT_OTP_NAME, InputOTP, InputOTPProvider, REGEXP_ONLY_DIGITS, REGEXP_ONLY_DIGITS_AND_CHARS, createInputOTPScope, useInputOTPContext };