import type { TextInputOTPRef } from '../types'; export declare const TextInputOTP: import("react").ForwardRefExoticComponent<{ children: import("react").ReactNode; autoFocus?: boolean; maxLength: number; onFilled?: (text: string) => void; containerStyles?: import("react-native").StyleProp; caretColor?: string; } & Omit & import("react").RefAttributes>; //# sourceMappingURL=text-input-otp.d.ts.map