import { HostComponent, StyleProp, ViewStyle } from 'react-native'; export interface NativeLayoutUnit { kind: "mrz" | "qrcode"; } export interface NativeViewProps { style?: StyleProp; layout: NativeLayoutUnit[]; } export declare const RNVntelCCCDMRZView: HostComponent | null; export declare const RNVntelCCCD: any;