import type { InputOtpRootInstance } from '@primereact/types/primitive/inputotp'; export declare const InputOtpProvider: ({ value, children }: { value: InputOtpRootInstance; children: React.ReactNode; }) => import("react").JSX.Element, useInputOtpContext: () => InputOtpRootInstance | undefined;