import { ReactNode } from 'react'; declare const _default: import("react").ForwardRefExoticComponent & { mode?: "flat" | "outlined"; left?: React.ReactNode; right?: React.ReactNode; disabled?: boolean; label?: import("react-native-paper/lib/typescript/components/TextInput/types").TextInputLabelProp; placeholder?: string; error?: boolean; onChangeText?: Function; selectionColor?: string; cursorColor?: string; underlineColor?: string; activeUnderlineColor?: string; outlineColor?: string; activeOutlineColor?: string; textColor?: string; dense?: boolean; multiline?: boolean; numberOfLines?: number; onFocus?: (args: any) => void; onBlur?: (args: any) => void; render?: (props: import("react-native-paper/lib/typescript/components/TextInput/types").RenderProps) => React.ReactNode; value?: string; style?: import("react-native").StyleProp; theme?: import("react-native-paper/lib/typescript/types").ThemeProp; testID?: string; contentStyle?: import("react-native").StyleProp; outlineStyle?: import("react-native").StyleProp; underlineStyle?: import("react-native").StyleProp; } & import("react").RefAttributes<{ focus: () => void; clear: () => void; blur: () => void; isFocused: () => boolean; setNativeProps: (nativeProps: {}) => void; setSelection: (start: number, end: number) => void; }> & { mask: string; value: string; inputButton: ReactNode; }, "ref"> & import("react").RefAttributes>; export default _default; //# sourceMappingURL=TextInputMask.d.ts.map