export const prefixCls: string;
export const inputWrapCls: string;
export const inputCls: string;
export const suffixCls: string;
export const handlerCls: string;
export const handlerUpCls: string;
export const handlerDownCls: string;
export const handlerDisabledCls: string;
export const NumberInputWrap: import("react").FC<import("emotion-theming/types/helper").AddOptionalTo<Pick<any, string | number | symbol> & import("react").RefAttributes<any>, "theme">>;
