import type { OtpInputOptions } from "../OtpInput/OtpInput.types.js"; export interface OtpInputProps extends Omit, Record { } export interface OtpInputChangeDetail { value: string; } export interface OtpInputCompleteDetail { value: string; } export declare function registerOtpInputElement(): CustomElementConstructor | undefined; //# sourceMappingURL=otp-input.d.ts.map