import { TextStyle } from 'react-native'; declare const _default: { MODAL_MARGIN: number; common: { padding: number; MHGreen: string; underlayColor: string; hairlineColor: string; backgroundColor: string; separatorHeight: number; title: TextStyle; subtitle: TextStyle; separator: { height: number; backgroundColor: string; }; }; dialog: { background: { flex: number; backgroundColor: string; }; modal: { position: string; bottom: number; marginHorizontal: number; width: number; borderTopEndRadius: number; borderTopStartRadius: number; paddingBottom: number; backgroundColor: string; }; padModal: { position: string; bottom: null; marginHorizontal: number; width: number; borderRadius: number; paddingBottom: number; }; title: { titleHeightThin: number; titleHeightFat: number; }; subtitle: { width: number; textAlign: string; fontSize: number; color: string; }; buttons: { height: number; flexDirection: string; backgroundColor: string; justifyContent: string; alignItems: string; marginHorizontal: number; }; button: { flex: number; backgroundColor: string; justifyContent: string; alignItems: string; marginHorizontal: number; }; buttonText: { fontSize: number; lineHeight: number; color: string; fontFamily: string; }; }; }; export default _default;