import { type InputNumberProps } from "antd"; import type { StudioComponentProps } from "@xirang/studio-boot/src"; import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from "react"; export declare const InputNumber: ForwardRefExoticComponent & RefAttributes>;