import React from 'react'; import type { TareOption, WeighingMode, WeighingProps, WeighingValue } from './types'; import './index.less'; export type { TareOption, WeighingMode, WeighingValue, WeighingProps }; declare const Weighing: (props: WeighingProps) => React.JSX.Element; export default Weighing;