declare const _default: { wrapper: { alignItems: string; justifyContent: string; minWidth: number; height: number; paddingHorizontal: number; borderRadius: number; borderWidth: number; borderColor: any; backgroundColor: any; }; label: { textAlign: string; color: string; fontSize: number; }; dot: { width: number; height: number; borderRadius: number; backgroundColor: any; }; }; export default _default;