**Describe the bug** Instantiating an empty `Series` object creates a `TimestamptSeries`, should probably be `Series[Any]`. **To Reproduce** ```python from pandas import Series baz = Series([]) reveal_type(baz) # pandas.core.series.TimestampSeries ``` **Please complete the following information:** - pandas 1.5.3 - pandas-stubs 1.5.3.230304