export type PricingFeaturesLegendProps = Readonly<{ planName: string; planShortName?: string; }>; export declare const PricingFeaturesLegend: ({ planName, planShortName }: PricingFeaturesLegendProps) => import("react").JSX.Element; //# sourceMappingURL=PricingFeaturesLegend.d.ts.map