import { CaloriesProps } from './types';
export declare const InnerContent: ({ currentValue, max }: CaloriesProps) => import("@emotion/react/jsx-runtime").JSX.Element;
