declare const _default: { box: {}; 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"; }; 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"; }; normalBox: { paddingLeft: number; paddingRight: number; paddingTop: number; paddingBottom: number; borderWidth: number; borderColor: string; borderRadius: number; marginRight: number; marginBottom: number; }; norSelectBox: { paddingLeft: number; paddingRight: number; paddingTop: number; paddingBottom: number; borderWidth: number; borderRadius: number; marginRight: number; marginBottom: number; borderColor: string; backgroundColor: string; }; filterVal: { fontSize: number; color: string; }; selectVal: { fontSize: number; color: string; }; norSelectVal: { fontSize: number; color: string; }; normalVal: { fontSize: number; color: string; }; }; export default _default;