import { BmiProps } from './types';
/**
 *
 * UI Component that calculates the Body Mass Index of the user
 */
export declare const Bmi: ({ height, weight }: BmiProps) => import("@emotion/react/jsx-runtime").JSX.Element;
