declare const _default: { containerStyle: { display: "flex"; flexDirection: "row"; width: "100%"; height: number; }; fwContainerStyle: { justifyContent: "space-between"; }; cwContainerStyle: { justifyContent: "flex-start"; }; itemStyle: { height: "100%"; borderRadius: number; }; fwItemStyle: { flex: number; }; cwItemStyle: {}; highlight: { backgroundColor: string; }; normal: { backgroundColor: string; }; first: {}; notFirst: { marginLeft: number; }; }; export default _default;