import { ReactNode } from 'react'; import type { DynamicTransProps } from './types'; export declare const GrowthPlanCol: ({ button, highlight, text, DynamicTrans, t, }: { button?: ReactNode; highlight?: boolean; text?: string; DynamicTrans: DynamicTransProps; t: (arg: string) => string; }) => JSX.Element;