import type { PlanCardProps } from './types.js';
declare const PlanCard: import("svelte").Component<PlanCardProps, {}, "">;
type PlanCard = ReturnType<typeof PlanCard>;
export default PlanCard;
//# sourceMappingURL=PlanCard.svelte.d.ts.map