import {Trans} from '@common/i18n/trans'; import {ReactNode} from 'react'; import {UpgradeDialog} from '@common/billing/upgrade/upgrade-dialog'; interface FeatureLockedDialogProps { message?: ReactNode; messageSuffix?: ReactNode; } export function FeatureLockedDialog({ message, messageSuffix, }: FeatureLockedDialogProps) { return ( ) : ( messageSuffix ) } /> ); }