import { IconName, inputProps } from '../types'; export declare const useInput: ({ borderRadius, borderColor, type, password, search, rightIcon, label, onPress, }: inputProps) => { getRightIcon: () => IconName; handleBlur: () => void; handleFocus: () => void; handlePress: () => void; inputStyle: import("react-native").ViewStyle; passwordVisible: boolean; titleStyle: import("react-native").StyleProp; };