import type { TextInputOTPContextProps, TextInputOTPProviderProps } from '../types'; export declare function TextInputOTPProvider({ autoFocus, maxLength, value, onFilled, onChangeText, caretHidden, caretColor, children, }: TextInputOTPProviderProps): import("react/jsx-runtime").JSX.Element; export declare function useTextInputOTP(): TextInputOTPContextProps; //# sourceMappingURL=use-text-input-otp.d.ts.map