///
declare const AppTextInput: import("react").FC> | undefined;
rightActionButtonStyle?: import("react-native").ViewStyle | undefined;
inputContainerStyle?: import("react-native").ViewStyle | undefined;
onRightIconPress?: (() => void) | undefined;
title?: string | undefined;
allowFontScaling?: boolean | undefined;
titleStyle?: import("react-native").TextStyle | undefined;
value?: string | undefined;
onChnageText?: ((text: string) => void) | undefined;
}> & {
Outlined: import("react").FC> | undefined;
rightActionButtonStyle?: import("react-native").ViewStyle | undefined;
onRightIconPress?: (() => void) | undefined;
value?: string | undefined;
onChangeText?: ((value: string) => void) | undefined;
inputStyle?: import("react-native").TextStyle | import("react-native").ViewStyle | undefined;
inputHeight?: number | undefined;
backgroundColor?: import("react-native").ColorValue | undefined;
placeholderTextSize?: number | undefined;
style?: import("react-native").TextStyle | import("react-native").ViewStyle | undefined;
}>;
};
export default AppTextInput;