export default UsernameInput; declare function UsernameInput({ value, onChange, readOnly, showScanIcon, onScanPress, onSelection, scanIconColor, style, showRequiredFields, }: { value: any; onChange: any; readOnly: any; showScanIcon?: boolean; onScanPress: any; onSelection?: () => void; scanIconColor: any; style: any; showRequiredFields?: boolean; }): React.JSX.Element; import React from 'react';