declare var _default: { underlayColor: string; Header: { fontSize: number; color: string; paddingLeft: number; paddingRight: number; paddingTop: number; paddingBottom: number; backgroundColor: string; }; Footer: { fontSize: number; color: string; paddingLeft: number; paddingRight: number; paddingTop: number; paddingBottom: number; backgroundColor: string; }; Body: { backgroundColor: string; borderTopWidth: number; borderTopColor: string; }; BodyBottomLine: { position: string; bottom: number; left: number; right: number; height: number; backgroundColor: string; borderBottomWidth: number; borderBottomColor: string; }; Item: { alignItems: string; flexDirection: string; flex: number; paddingLeft: number; backgroundColor: string; }; Line: { flexDirection: string; flex: number; alignItems: string; paddingRight: number; paddingTop: number; paddingBottom: number; minHeight: number; borderBottomWidth: number; borderBottomColor: string; }; Thumb: { width: number; height: number; marginRight: number; }; Content: { color: string; fontSize: number; }; Extra: { color: string; fontSize: number; textAlign: string; }; Brief: { marginTop: number; height: number; }; BriefText: { color: string; fontSize: number; }; Arrow: { width: number; height: number; marginLeft: number; }; ArrowV: { width: number; height: number; marginLeft: number; }; Error: { Body: { borderTopColor: string; }; Item: { borderBottomColor: string; }; Line: { borderBottomColor: string; }; }; Last: { Item: { borderBottomWidth: number; borderBottomColor: string; }; Line: { borderBottomWidth: number; }; }; multipleLine: { Line: { paddingTop: number; paddingBottom: number; }; Thumb: { width: number; height: number; }; }; column: { flex: number; flexDirection: string; }; }; export default _default;