import React from 'react';
import { NumericUpDownProps } from "./types";
declare const NumericUpDown: React.FC<NumericUpDownProps>;
export { NumericUpDown };
