import { ViewStyle, NativeSyntheticEvent } from 'react-native'; declare type OtpAutoFillProps = { color?: string; space?: number; fontSize?: number; length?: number; style?: ViewStyle; onComplete: (event: NativeSyntheticEvent<{ code: string; }>) => void; onAndroidSignature?: (event: NativeSyntheticEvent<{ code: string; }>) => void; }; export declare const OtpAutoFillViewManager: import("react-native").HostComponent; export default OtpAutoFillViewManager;