import { User } from './types';
declare const UserCardBMI: ({ weight, height, age, }: Partial<Pick<User, "weight" | "height" | "age">>) => import("@emotion/react/jsx-runtime").JSX.Element;
export default UserCardBMI;
