import { InputProps } from 'otp-input'; declare const OTPInputView: { ({ pinCount, keyboardAppearance, clearInputs, selectionColor, style, placeholderTextColor, editable, placeholderCharacter, codeInputHighlightStyle, codeInputFieldStyle, keyboardType, onCodeFilled, onCodeChanged, autoFocusOnLoad, code, secureTextEntry, }: InputProps): JSX.Element; defaultProps: InputProps; }; export default OTPInputView;