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