declare const _default: Readonly<{ content: { flexDirection: "row"; width: string; alignItems: "center"; backgroundColor: string; }; input: { paddingHorizontal: number; minWidth: number; flex: number; borderColor: string; color: string; height: number; fontSize: number; }; applyButton: { backgroundColor: string; paddingHorizontal: number; flex: number; }; applyText: { fontWeight: "400"; fontSize: number; color: string; }; cancelButton: { padding: number; flex: number; marginLeft: number; }; cancelIcon: { width: number; height: number; tintColor: string; }; errorMessage: { color: string; }; validMessage: { color: string; }; mainButtonContainer: {}; mainButtonText: { fontWeight: "400"; fontSize: number; textAlign: "center"; color: string; }; messageContainer: { padding: number; backgroundColor: string; alignItems: "center"; }; title: { marginVertical: number; fontWeight: "600"; }; }>; export default _default; //# sourceMappingURL=styles.d.ts.map