import { FC } from 'react'; interface SummaryTotalizersProps { showTotal?: boolean; showDeliveryTotal?: boolean; } export declare const SummaryTotalizers: FC; export {};