import './styles.scss'; import { ReactNode } from 'react'; import type { DynamicTransProps } from './components/types'; export declare const LedgyPricing: ({ launchPlanButton, growthPlanButton, scalePlanButton, growthPlanText, highlightGrowthPlan, highlightScalePlan, highlightFeature, DynamicTrans, t, }: { launchPlanButton: ReactNode; growthPlanButton: ReactNode; scalePlanButton: ReactNode; growthPlanText?: string; highlightGrowthPlan?: boolean; highlightScalePlan?: boolean; highlightFeature?: string; DynamicTrans?: DynamicTransProps; t?: (text: string) => string; }) => JSX.Element;