export default function useTotal(props: any): {
    totalControl: any;
};
