from pandas.core.arrays.numeric import NumericDtype

class Float32Dtype(NumericDtype): ...
class Float64Dtype(NumericDtype): ...
