import React from 'react'; import { QuantityEditorProps } from './type'; export type { QuantityEditorProps }; declare const QuantityEditor: React.ForwardRefExoticComponent & React.RefAttributes>; export default QuantityEditor;