interface PricingTableProps { onSelectPlan?: (planSlug: string) => void; className?: string; } /** * PricingTable - Plan comparison table with features and limits * * Shows skeleton cards while subscription data loads to avoid * a flash of incorrect button states (INP optimization). * * @example * ```tsx * handleUpgrade(slug)} /> * ``` */ export declare function PricingTable({ onSelectPlan, className }: PricingTableProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PricingTable.d.ts.map