import type { ComponentSize } from '../../../types'; export type { NumberAnimateProps } from './props'; export type NumberAnimateSize = ComponentSize; export type NumberAnimateType = 'primary' | 'success' | 'warning' | 'info' | 'error' | '';