import React from 'react'; import { CssTooltipProps } from '../../CssTooltip'; import { RemovableListProps } from '../RemovableList'; import { Styles } from './IndicatorItem.style'; export declare type RemovableListIndicatorItemProps = Styles & { item: RemovableListProps['items'][number]; onIndicatorClick?: (value: string) => void; tooltipProps?: Partial; }; declare const _default: React.ComponentType, "children" | "item" | "tooltipProps" | "onIndicatorClick"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "indicator">>; export default _default; //# sourceMappingURL=IndicatorItem.d.ts.map