export type ComparisonTableProps = { title?: string; disclaimer?: React.ReactNode; table: React.ReactNode; maxWidth?: boolean; };