import { LabsWelcomeCardProps } from './types'; /** * "Meet Your BioAge+" labs welcome card (Figma welcome layout 1896:25510) — * promoted from the patient-portal's local implementation (built there during * PAT-1181 when no DS component existed). Desktop = neutral shell around a * white top-card; mobile = single white card with the divider between buttons * and value-prop cells. Copy is fixed; only the primary CTA label varies * (`ctaLabel`) — the fresh-account dashboard filler routes to the membership * intake and relabels to "get Started". */ export declare const LabsWelcomeCard: ({ device, onPrimaryCta, onUploadResults, ctaLabel, }: LabsWelcomeCardProps) => import("react").JSX.Element;