import { LabsSchedulingCardProps } from './types'; /** * Labs Scheduling widget — Figma widget_labs_scheduling_layout (set * 1896:24857, file VtSQbiEqtuaowkAOQhXmpI). Composes the LabsSchedulingCard * parts into the seven card layouts. Desktop wraps the cards in a fixed * 470px grey shell with the "your Lab Panels / view" footer pinned to the * bottom; mobile drops the shell for a mono section header + stacked cards. */ export declare function LabsSchedulingCard({ layout, device, headerLabel, showHeader, footerLabel, viewLabel, onViewClick, title, panelLabel, panelHeaderLabel, imageSrc, showDot, datetimeLabel, datetimeSubLabel, addressLabel, addressSubLabel, showDividerPanel, timeline, supportingCopy, supportingSubCopy, cardCtaLabel, cardCtaSuffixIcon, onCardCtaClick, showCardCta, showContext, note, showNote, primaryCtaLabel, onPrimaryCtaClick, showPrimaryCta, secondaryCtaLabel, onSecondaryCtaClick, showSecondaryCta, showDivider, appointments, defaultExpandedId, panelCards, statusLabel, countLabel, segments, subtitle, panels, heroIcon, heroTitle, heroCopy, heroCtaLabel, onHeroCtaClick, showHeroCta, awaitingState, onAwaitingClick, productImageSrc, productImageAlt, className, }: LabsSchedulingCardProps): import("react").JSX.Element;