import * as React from 'react'; import { type TextInputProps } from 'react-native'; type Props = { length: number; } & TextInputProps; export declare const VerificationInput: React.FC; export {}; //# sourceMappingURL=VerificationInput.d.ts.map