import * as React from 'react';
import type { CnNumberPickerProps } from './types';
export declare const CnNumberPicker: React.FC<CnNumberPickerProps>;
