declare var _default: { container: { justifyContent: string; alignItems: string; }; innerContainer: { borderRadius: number; width: number; paddingTop: number; overflow: string; }; footerRadius: { borderBottomLeftRadius: number; borderBottomRightRadius: number; }; header: { fontSize: number; color: string; textAlign: string; paddingHorizontal: number; }; body: { paddingTop: number; paddingBottom: number; paddingHorizontal: number; }; maskClosable: { position: string; top: number; bottom: number; left: number; right: number; backgroundColor: string; }; closeWrap: { position: string; top: number; left: number; }; close: { fontSize: number; fontWeight: string; color: string; lineHeight: number; }; buttnGroupH: { flex: number; flexDirection: string; borderTopWidth: number; borderColor: string; }; buttnGroupV: { flex: number; flexDirection: string; }; buttnWrapH: { flex: number; borderColor: string; borderRightWidth: number; paddingVertical: number; }; buttnWrapV: { flex: number; borderTopWidth: number; borderColor: string; paddingVertical: number; }; buttonText: { textAlign: string; color: string; fontSize: number; backgroundColor: string; }; }; export default _default;