import { FC } from 'react';
import { InferProps } from 'prop-types';
import { totalizerPropTypes } from '../Totalizer/index.js';
import { E2ETestable } from './types';
declare const Totalizer: FC<TotalizerProps>;
export declare type TotalizerProps = InferProps<typeof totalizerPropTypes> & E2ETestable;
export default Totalizer;
