import { StepsCounterProps } from './types';
/**
 *
 * UI Component with a Card that shows the steps count of the user
 */
export declare const StepsCounter: ({ max, currentValue }: StepsCounterProps) => import("@emotion/react/jsx-runtime").JSX.Element;
