declare const _default: { modalContainer: { width: "100%"; height: "100%"; backgroundColor: string; justifyContent: "center"; alignItems: "center"; paddingHorizontal: number; }; modalContent: { width: "100%"; backgroundColor: string; borderRadius: number; padding: number; flexDirection: "column"; }; title: { fontWeight: "600"; fontSize: number; letterSpacing: number; lineHeight: number; color: string; textAlign: "center"; marginBottom: number; }; content: { fontWeight: "500"; fontSize: number; letterSpacing: number; lineHeight: number; color: string; }; ok: { marginTop: number; }; cancel: { marginTop: number; }; }; export default _default;