/** @jsxImportSource react */ import { type JSX } from "react"; import type { Plan as AlchemyPlan } from "../../../Plan.ts"; export interface PlanProps { plan: AlchemyPlan; } export declare function Plan({ plan }: PlanProps): JSX.Element; //# sourceMappingURL=Plan.d.ts.map