import React from 'react'; import { CssTooltipProps } from '../CssTooltip'; import { Styles } from './Counter.style'; export declare type ListCounterBar = Styles & { 'data-testid'?: string; total: number; totalMessage?: string; clearAllMessage?: string; onClearAll?: () => void; tooltipProps?: Partial; }; declare const _default: React.ComponentType, "children" | "data-testid" | "total" | "tooltipProps" | "totalMessage" | "clearAllMessage" | "onClearAll"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "countLabel" | "clearAllButton" | "clearAllIcon">>; export default _default; //# sourceMappingURL=Counter.d.ts.map