import { WaterConsumeProps } from './types';
/**
 *
 * UI Component shows the water consumption objective of the user
 * @param steps - the order goes from top to bottom, from left to right
 */
export declare const WaterConsume: ({ minValue, maxValue, currentValue, active, steps, unit, }: WaterConsumeProps) => import("@emotion/react/jsx-runtime").JSX.Element;
