import type { ReactNode } from 'react'; export declare const PricingCol: ({ name, children, icon, price, textLeft, highlight, }: { name: string; children: ReactNode; icon?: ReactNode; price?: string; textLeft?: boolean; highlight?: boolean; }) => JSX.Element;