import React from 'react';
import { ITotalsProps } from './interfaces';
export declare const Totals: React.NamedExoticComponent<ITotalsProps>;
