import { HeartRateProps } from './types';
/**
 *
 * UI Component that shows the heart rate of the user
 */
export declare const HeartRate: ({ data, caption, color, }: HeartRateProps) => import("@emotion/react/jsx-runtime").JSX.Element;
