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