import React from 'react';
declare type Props = {
    style: {} | undefined;
    children: any;
};
declare const Total: React.FC<Props>;
export default Total;
