/// import { TextStyle } from 'react-native'; export interface TextInputAffixProps { text: string; textStyle?: TextStyle; } export declare const TextInputAffixDefaultProps: Partial; /** * 📚 TextInputAffix * * A component to text inside a TextInput. */ export declare const TextInputAffix: import("react").ComponentType;