import React from 'react'; import type { INumberInputSteppersProps } from './types'; export declare const NBStepper: ({ children, ...props }: any) => JSX.Element; declare const _default: React.MemoExoticComponent<({ children, ...props }: INumberInputSteppersProps) => null>; export default _default;