import type { PublicUnit } from "./types"; interface UnitDetailProps { unit: PublicUnit; applyUrl?: string; onClose: () => void; onViewPricing?: (unit: PublicUnit) => void; className?: string; } export declare function UnitDetail({ unit, applyUrl, onClose, onViewPricing, className }: UnitDetailProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UnitDetail.d.ts.map