import React, { ReactNode } from 'react'; import { CssTooltipProps } from '../../CssTooltip'; import { Styles } from './Horizontal.style'; export interface HorizontalBarProps extends Styles { label?: string | ReactNode; value?: string | ReactNode; tooltip?: CssTooltipProps['title']; tooltipCenterArrow?: CssTooltipProps['centerArrow']; tooltipPlacement?: CssTooltipProps['placement']; fillInPercentage: number; disableAnimation?: boolean; } declare const _default: React.ComponentType, "tooltip" | "children" | "label" | "value" | "disableAnimation" | "tooltipCenterArrow" | "tooltipPlacement" | "fillInPercentage"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "bar" | "noAnimation" | "itemDetails" | "itemLabel" | "itemValue">>; export default _default; //# sourceMappingURL=HorizontalBar.d.ts.map