import type { ComponentSize } from '../../../types'; export type { InputNumberProps } from './props'; export type InputNumberSize = ComponentSize;