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