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