import { FunctionComponent } from 'react'; interface Props { totalizers: any[]; total: number; totalizersToShow: string[]; } export declare const SummarySmall: FunctionComponent; export {};