import { View } from 'react-native'; import { PinInputProps } from './types'; export declare const PinInput: import("../../core/factory").PlatformBlocksComponent<{ props: PinInputProps; ref: View; }>;