import type { TextInputOTPProps, TextInputOTPRef } from '../types';
export declare const TextInput: import("react").ForwardRefExoticComponent<Omit<TextInputOTPProps, "children"> & import("react").RefAttributes<TextInputOTPRef>>;
//# sourceMappingURL=text-input.d.ts.map