import { IncompleteVisitsCardProps } from './types'; /** * Incomplete visits widget — Figma widget_incomplete_visits (set 1640:2591, * file VtSQbiEqtuaowkAOQhXmpI), state × promotion × wrapped × device. state * derives from the visits array: one visit renders the centred hero card * with a CONTINUE VISIT button, several stack ./widget_incomplete_visits_parts * rows under a header panel that they overlap. promotion switches the dark * solar promo theme against the plain light one and themes the rows; wrapped * (desktop only) drops the card into the grey shell + ProgressButton rail, * mirroring TreatmentsCard. */ export declare function IncompleteVisitsCard({ visits, device, promotion, wrapped, isLoading, hasError, label, title, description, promoLabel, buttonLabel, onButtonClick, viewAllLabel, onViewAllClick, onPrevClick, onNextClick, prevDisabled, nextDisabled, className, }: IncompleteVisitsCardProps): import("react").JSX.Element | null;