import React from 'react'; import type { INumberInputStepperProps } from './types'; declare const _default: React.MemoExoticComponent & { isDisabled?: boolean | undefined; _disabled?: Omit | undefined; _active?: Omit | undefined; } & React.RefAttributes>>; export default _default;