/** * + * * Pricing section with featured card variant. * * Usage: * * *
  • Feature 1
* Choose Pro *
*
*/ import { RyElement } from '../core/ry-element.js'; export declare class RyPricing extends RyElement { } export declare class RyPricingCard extends RyElement { #private; setup(): void; } //# sourceMappingURL=ry-pricing.d.ts.map