import React from 'react'; import { ThemeUIStyleObject } from 'theme-ui'; export interface ProgressBarWrapperProps { title?: string; value?: React.ReactNode; value2Direction?: 'column' | 'row'; toolTip?: string; toolTipPlacement?: 'topLeft' | 'topRight' | 'bottomRight' | 'bottomLeft'; toolTipTransform?: string; style?: ThemeUIStyleObject; showTooltip?: boolean; } declare const _default: React.NamedExoticComponent; export default _default;