import { InvoicePaymentPage, PaymentPageProps } from './PaymentPage'; export interface InvoicePaymentPagePreviewProps extends Partial { } export function InvoicePaymentPagePreview( props: InvoicePaymentPagePreviewProps, ) { return ( ); }