export declare const styles: { container: { flex: number; }; input: { borderWidth: number; borderColor: string; padding: number; borderRadius: number; backgroundColor: string; marginVertical: number; }; inputCVC: { justifyContent: "flex-end"; borderWidth: number; borderColor: string; padding: number; borderRadius: number; backgroundColor: string; marginVertical: number; width: number; textAlign: "center"; }; inputMMYY: { borderWidth: number; textAlign: "center"; borderColor: string; padding: number; borderRadius: number; backgroundColor: string; marginVertical: number; width: number; }; disabledInput: { backgroundColor: string; }; errorInput: { borderColor: string; borderWidth: number; }; errorText: { color: string; fontSize: number; marginBottom: number; }; };