declare const _default: { box: { marginTop: number; marginLeft: number; }; title: { color: string; fontSize: number; fontWeight: "bold"; marginBottom: number; }; icon: { width: number; height: number; position: "absolute"; bottom: number; right: number; }; center: { display: "flex"; flexDirection: "row"; flexWrap: "wrap"; }; listBox: { backgroundColor: string; height: number; marginTop: number; marginBottom: number; }; filterBox: { paddingLeft: number; paddingRight: number; paddingTop: number; paddingBottom: number; marginRight: number; marginBottom: number; borderRadius: number; borderColor: string; borderWidth: number; alignItems: "center"; flexDirection: "row"; justifyContent: "center"; }; selectBox: { backgroundColor: string; paddingLeft: number; paddingRight: number; paddingTop: number; paddingBottom: number; marginRight: number; marginBottom: number; borderRadius: number; borderColor: string; flexDirection: "row"; borderWidth: number; alignItems: "center"; justifyContent: "center"; }; filterVal: { fontSize: number; color: string; }; selectVal: { fontSize: number; color: string; }; buttons: { flexDirection: "row"; borderRadius: number; width: number; overflow: "hidden"; }; buttonNormal: { height: number; paddingLeft: number; width: number; lineHeight: number; backgroundColor: string; color: string; fontSize: number; }; }; export default _default;