import { CaloriesProps } from './types';
/**
 *
 * UI Component that shows how many calories the user has burned
 */
export declare const Calories: ({ max, currentValue }: CaloriesProps) => import("@emotion/react/jsx-runtime").JSX.Element;
