/// export declare const PricingCell: ({ prop, isEmpty, className, }: { prop: number | boolean | undefined; isEmpty?: boolean; className?: string; }) => JSX.Element;