import * as react_jsx_runtime160 from "react/jsx-runtime"; //#region ui/marketing/PricingTable.d.ts interface PricingTier { name: string; price: string; tagline?: string; features: string[]; cta?: { label: string; href?: string; onClick?: () => void; }; highlighted?: boolean; } declare function PricingTable({ tiers, className }: { tiers: PricingTier[]; className?: string; }): react_jsx_runtime160.JSX.Element; //#endregion export { PricingTable, PricingTier }; //# sourceMappingURL=PricingTable.d.ts.map