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